赞
踩
pip download \
--only-binary=:all: \ # 对于包以及包的依赖包,都不使用二进制
--platform linux_x86_64 \ # 指定系统环境
-d \home\packs # 下载的文件的存储目录
-r requirement.txt # 指定要下载的包
pip3 download numpy -d E:\temp\package
pip download -d E:\temp -r requirement.txt
pip install D:\IEDownload\Twisted-20.3.0-cp38-cp38-win_amd64.whl
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。