pip安装指定版本的程序的命令

pip安装指定版本的程序的命令

pip install -i https://pypi.douban.com/simple/ django==1.10.3

或者

pip install django==1.10.3

或者

pip3 install django==1.10.3

或者

python3 -m pip install django==1.10.3

原文地址:https://www.cnblogs.com/51testing/p/7600674.html