InstallationΒΆ

flask_jwtlib is currently made available through github.

To install flask_jwtlib navigate to the projects github repository, git clone the repository, and install the requirements and then the package itself into the same Python environment as the calling project. Eg:

$ git clone https://github.com/bnbalsamo/flask_jwtlib.git
$ cd flask_jwtlib
$ pip install -r requirements.txt
$ python setup.py install