사용자 도구

사이트 도구


python:pip

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
다음 판 양쪽 다음 판
python:pip [2013/08/28 23:05]
kwon37xi
python:pip [2013/08/28 23:13]
kwon37xi
줄 1: 줄 1:
 ====== PIP ====== ====== PIP ======
   * http://pypi.python.org/pypi/pip   * http://pypi.python.org/pypi/pip
 +  * [[http://www.pip-installer.org|pip documentation]]
   * easy_install 대체로 나온 패키지 설치 관리자.   * easy_install 대체로 나온 패키지 설치 관리자.
   * [[http://www.cyberciti.biz/faq/debian-ubuntu-centos-rhel-linux-install-pipclient/|Linux: Install pip Client To Install Python Packages]]   * [[http://www.cyberciti.biz/faq/debian-ubuntu-centos-rhel-linux-install-pipclient/|Linux: Install pip Client To Install Python Packages]]
줄 6: 줄 7:
  
 ===== requirements.txt ===== ===== requirements.txt =====
-아래와 같은 형태로 파일을 작성해 두면 의존성을 한번에 pip로 설치할 수 있다.+  * [[http://www.pip-installer.org/en/latest/requirements.html|pip requirements]] 
 +  * 아래와 같은 형태로 파일을 작성해 두면 의존성을 한번에 pip로 설치할 수 있다.
   * ''requirements.txt'' <code>   * ''requirements.txt'' <code>
-앱이름 
 Framework==0.9.4 Framework==0.9.4
 Library>=0.2 Library>=0.2
 </code> </code>
-<code sh>+  * 실행 <code sh>
 pip install -r requirements.txt pip install -r requirements.txt
 </code> </code>
  
python/pip.txt · 마지막으로 수정됨: 2024/01/04 09:07 저자 kwon37xi