Skip to content

Commit

Permalink
Add Install Notes
Browse files Browse the repository at this point in the history
Added install notes. When I first visited this page, it wasn't apparent if this package was available in pip, until I blindly typed the package name into pip hoping it would work. This will make it obvious as soon as someone visits this repo.
  • Loading branch information
MichaelWashburnJr committed Dec 10, 2015
1 parent 0ce090d commit 0ff8833
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Flask-HTTPAuth

Simple extension that provides Basic and Digest HTTP authentication for Flask routes.

Installation
------------
The easiest way to install this is through pip.
```
pip install Flask-HTTPAuth
```

Basic authentication example
----------------------------

Expand Down

0 comments on commit 0ff8833

Please sign in to comment.