Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vimalloc committed Oct 11, 2016
1 parent ebd394d commit 7c9a58d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ easier. These include:
### Installation
The easiest way to start working with this extension with pip:
```
pip install flask-jwt-extended
$ pip install flask-jwt-extended
```

If you prefer to install from source, you can clone this repo and run
```
python setup.py install
$ python setup.py install
```

### Usage
Expand All @@ -30,17 +30,17 @@ We require 100% code coverage in our uint tests. We run all the unit tests with
This will test against python2.7, and 3.5 (although not tested, python3.3 and 3.4
should also be fully supported). Running tox will print out a code coverage report
```
tox
$ tox
```

### Generating Documentation
You can generate a local copy of the documentation. First, make sure you have
the flask sphinx them install
the flask sphinx theme cloned
```
git submodule update --init
$ git submodule update --init
```

Then, in the docs directory, run
```
make clean && make html
$ make clean && make html
```

0 comments on commit 7c9a58d

Please sign in to comment.