Python包下载与离线安装

pip install --download packs/ jupyter

pip install --no-index --find-links=packs/ jupyter

----------------------

pip3 download -d ./pack --timeout 60 jupyter

pip3 install --no-index --find-links=packs/ jupyter

猜你喜欢

转载自www.cnblogs.com/qiusuo/p/11653880.html
今日推荐