各种命令---软件快捷安装命令,cmd命令等

源一般用豆瓣源,腾讯与阿里源太垃圾了


pip3.8 install --user --index-url http://pypi.douban.com/simple/ djangorestframework--trusted-host pypi.douban.com



pip3.8 install django-filter==22.1 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com/simple/




再把django版本往回降一点
pip3.8 install django==3.2





pip3.8 install djangorestframework==3.14.0 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com/simple/





pip3.8 install djangorestframework-simplejwt -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com/simple/


CMD命令

pip3.8 install –upgrade pip

pip list

posted @ 2023-02-08 22:22  tengyifan  阅读(43)  评论(0)    收藏  举报