[공부용]참고 사이트 모음/[python]

[python] How to install packages offline?

bled 2021. 6. 3. 11:34

https://stackoverflow.com/questions/11091623/how-to-install-packages-offline

 

How to install packages offline?

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 easy_install? I'm trying to

stackoverflow.com