Django-rest_framework_jwt

pip安装rest_framework_jwt

安装 djangorestframework-jwt

pip install -ihttps://mirrors.aliyun.com/pypi/simple/ djangorestframework-jwt
pip install -ihttps://mirrors.aliyun.com/pypi/simple/ djangorestframework-jwt
Looking in indexes: https://mirrors.aliyun.com/pypi/simple/
Collecting djangorestframework-jwt
  Downloading https://mirrors.aliyun.com/pypi/packages/2b/cf/b3932ad3261d6332284152a00c3e3a275a653692d318acc6b2e9cf6a1ce3/djangorestframework_jwt-1.11.0-py2.py3-none-any.whl (13 kB)
Collecting PyJWT<2.0.0,>=1.5.2
  Downloading https://mirrors.aliyun.com/pypi/packages/87/8b/6a9f14b5f781697e51259d81657e6048fd31a113229cf346880bb7545565/PyJWT-1.7.1-py2.py3-none-any.whl (18 kB)
Installing collected packages: PyJWT, djangorestframework-jwt
Successfully installed PyJWT-1.7.1 djangorestframework-jwt-1.11.0

你可能感兴趣的:(python,pip,django)