【pip学习】pip一些命令
python3 -m pip install -r requirements.txt --extra-index-url=http://pypi.garenanow.com/ --trusted-host=pypi.garenanow.com
pip freeze >requirements.txt
作者:gtea
博客地址:https://www.cnblogs.com/gtea
python3 -m pip install -r requirements.txt --extra-index-url=http://pypi.garenanow.com/ --trusted-host=pypi.garenanow.com
pip freeze >requirements.txt