Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 359 Bytes

installation.rst

File metadata and controls

11 lines (7 loc) · 359 Bytes

Installation

Install from pypi using:

pip install sanic-jwt

Not much else to say. Depending upon whether or not you change the encryption algorithm, you may be prompted to also install cryptography. But, we only do that if you know you will need it.

pip install cryptography