#每天一个知识点# pip常用命令
pip list
pip install 包名
pip show 包名
pip uninstall 包名
pip -V
pip freeze > requirements.txt
pip install -r requirements.txt
展开
评论