Python 安装第三方包
内容目录
Step 1
配置清华源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
Step 2
更新pip与setuptools
python -m pip install --upgrade pip
pip install -U setuptools
Step 3
安装以下第三方包
pip install jupyter
pip install numpy
pip install matplotlib
《Python 安装第三方包》有1条留言