File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ easier. These include:
13
13
### Installation
14
14
The easiest way to start working with this extension with pip:
15
15
```
16
- pip install flask-jwt-extended
16
+ $ pip install flask-jwt-extended
17
17
```
18
18
19
19
If you prefer to install from source, you can clone this repo and run
20
20
```
21
- python setup.py install
21
+ $ python setup.py install
22
22
```
23
23
24
24
### Usage
@@ -30,17 +30,17 @@ We require 100% code coverage in our uint tests. We run all the unit tests with
30
30
This will test against python2.7, and 3.5 (although not tested, python3.3 and 3.4
31
31
should also be fully supported). Running tox will print out a code coverage report
32
32
```
33
- tox
33
+ $ tox
34
34
```
35
35
36
36
### Generating Documentation
37
37
You can generate a local copy of the documentation. First, make sure you have
38
- the flask sphinx them install
38
+ the flask sphinx theme cloned
39
39
```
40
- git submodule update --init
40
+ $ git submodule update --init
41
41
```
42
42
43
43
Then, in the docs directory, run
44
44
```
45
- make clean && make html
45
+ $ make clean && make html
46
46
```
You can’t perform that action at this time.
0 commit comments