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
'[공부용]참고 사이트 모음 > [python]' 카테고리의 다른 글
[Python] PyQt5, Watchdog을 이용한 파일 데이터 실시간 전송 프로그램 만들기 (0) | 2021.06.17 |
---|---|
Python 환경 세팅 글 모음 - Virtualevn / Distutils / Setuptools / Docker (0) | 2021.06.03 |
파이썬 문자열 내장 함수 총 정리 (0) | 2021.06.02 |
[python] 동적 import 하기 (0) | 2021.06.02 |
[python] os.path.dirname(os.path.abspath(__file__)) 의 의미 (0) | 2021.06.01 |