We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319f2a4 commit 7af032fCopy full SHA for 7af032f
README.md
@@ -15,16 +15,10 @@ easier. These include:
15
* Token revoking
16
* Storing tokens in cookies and CSRF protection
17
18
+
19
### Installation
-The easiest way to start working with this extension with pip:
20
-```
21
-$ pip install flask-jwt-extended
22
+[View Installation Instructions](http://flask-jwt-extended.readthedocs.io/en/latest/installation.html)
23
24
-If you prefer to install from source, you can clone this repo and run
25
26
-$ python setup.py install
27
28
29
### Usage
30
[View the documentation online](http://flask-jwt-extended.readthedocs.io/en/latest/)
0 commit comments