pip install requests pip uninstall requests
pip list
pip freeze > pklist.txt ## 批量安装 pip install -r pklist.txt ## 批量卸载 pip uninstall -r pklist.txt