문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
python:pip [2015/06/04 20:12] kwon37xi |
python:pip [2024/01/04 09:07] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 1: | 줄 1: | ||
| ====== PIP ====== | ====== PIP ====== | ||
| * http:// | * http:// | ||
| + | * [[python: | ||
| * [[http:// | * [[http:// | ||
| * easy_install 대체로 나온 패키지 설치 관리자. | * easy_install 대체로 나온 패키지 설치 관리자. | ||
| + | * [[python: | ||
| * [[http:// | * [[http:// | ||
| * [[http:// | * [[http:// | ||
| + | |||
| ===== requirements.txt ===== | ===== requirements.txt ===== | ||
| 줄 19: | 줄 22: | ||
| pip freeze > requirements.txt | pip freeze > requirements.txt | ||
| </ | </ | ||
| + | |||