Notice
Recent Posts
Recent Comments
Link
아미(아름다운미소)
python pip 특정 버전설치 및 설치 본문
requires.txt에 패키지 목록이 있으면 -r 옵션을 통해 손쉽게 설치할 수도 있습니다.
pip install -r 파일명
== 버전으로 특정 버전을 설치할 수 있습니다.
pip install module==1.10
예)pip install pyinstaller==3.5
'랭귀지 > python' 카테고리의 다른 글
pyqt5 label backgroundcolor (0) | 2020.02.19 |
---|---|
Pyinstaller “Failed to execute script pyi_rth_pkgres” and missing packages (0) | 2020.02.06 |
No module named 'PyQt5.QtWebEngineWidgets' (0) | 2019.12.23 |
Python3 urllib으로 http로 POST 전송 (0) | 2019.12.21 |
장고프레임워크 설치 (0) | 2019.10.27 |
Comments