pip
安装
1 | curl -s "https://bootstrap.pypa.io/get-pip.py" | python |
安装配置
--no-setuptools
不安装setuptools
--no-wheel
不安装wheel
升级
Linux or macOS1
pip install -U pip
Win1
python -m pip install -U pip
其他
1 | 把当前环境中所有的包及版本写进requirements.txt |
1 | 把requirements.txt里面的包安装一遍 |
参考
本站采用「署名 4.0 国际」进行许可。