Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 206 Bytes

installation.rst

File metadata and controls

12 lines (8 loc) · 206 Bytes

Installation

At the command line:

$ easy_install drf-msal-jwt

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv drf-msal-jwt
$ pip install drf-msal-jwt