pip install <包名> -d <目录>
-i参数指定源头, 例如使用常用的阿里源
-i
pip install <包名> -i https://mirrors.aliyun.com/pypi/simple
pip list -o
最后更新于6年前
这有帮助吗?