requires.txt 이런걸로 패키지 목록이 있으면 -r 옵션을 통해 손쉽게 설치할 수 있다.
pip install -r 파일명
[링크 : https://kwonnam.pe.kr/wiki/python/pip]
== 버전으로 특정 버전을 설치할 수 있다.
pip install module==1.10
[링크 : https://antilibrary.org/1122]
'Programming > python(파이썬)' 카테고리의 다른 글
python indent (0) | 2019.12.13 |
---|---|
tensorflow, pytorch (0) | 2019.12.10 |
python expat parseFile() (0) | 2019.06.24 |
ubuntu에서 python으로 postgres 접속하기 (0) | 2019.06.24 |
python pip 특정 버전 설치하기 (0) | 2019.06.18 |