摘要:
使用 pip freeze 生成 一般情况,我们可以直接使用Python下的 pip 包管理工具,来生成 requirements.txt 文件,命令如下: pip freeze > D:\pycharm\requirements.txt 安装依赖包 pip install -r requireme 阅读全文
摘要:
方法一: pycharm中的Terminal中更新, 使用如下命令: python -m pip install --upgrade pip python3.X -m pip install --upgrade pip PIP更换源: pip3 config set global.index-url 阅读全文