Skip to content

Commit 7af032f

Browse files
committed
Redirect to installation instructions on readthedocs
1 parent 319f2a4 commit 7af032f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,10 @@ easier. These include:
1515
* Token revoking
1616
* Storing tokens in cookies and CSRF protection
1717

18+
1819
### Installation
19-
The easiest way to start working with this extension with pip:
20-
```
21-
$ pip install flask-jwt-extended
22-
```
20+
[View Installation Instructions](http://flask-jwt-extended.readthedocs.io/en/latest/installation.html)
2321

24-
If you prefer to install from source, you can clone this repo and run
25-
```
26-
$ python setup.py install
27-
```
2822

2923
### Usage
3024
[View the documentation online](http://flask-jwt-extended.readthedocs.io/en/latest/)

0 commit comments

Comments
 (0)