logo
0
0
WeChat Login

设置python 镜像源

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

打包依赖

  • mkdir offline_wheels
  • cd offline_wheels
  • pip wheel -r ../requirements.txt -w .
  • tar -zcf offline_wheels.tar.gz ./offline_wheels
  • pip install --find-links ./offline_wheels --no-index -r ./requirements.txt

About

No description, topics, or website provided.
Language
Python67.8%
gitignore16.3%
Markdown1.1%
Others14.8%