How to install packages offline?

后端 未结 10 905
一个人的身影
一个人的身影 2020-11-22 00:38

What\'s the best way to download a python package and it\'s dependencies from pypi for offline installation on another machine? Is there any easy way to do this with pip or

10条回答
  •  遥遥无期
    2020-11-22 01:13

    For Pip 8.1.2 you can use pip download -r requ.txt to download packages to your local machine.

提交回复
热议问题