python 如何离线安装 requirements.txt

pip freeze > requirements.txt


pip download -r requirements.txt


pip install --no-index --find-links=/path/to/downloaded/wheels -r requirements.txt

作者:spike

分类: Python

创作时间:2023-06-25

更新时间:2024-12-09

联系方式放在中括号之中例如[[email protected]],回复评论在开头加上标号例如:#1