티스토리 뷰

Window

1) http://pypi.python.org/pypi/setuptools 에서 easy_install 설치

  (python 경로에서 Scripts 디렉토리에 설치 됨)

  (64bit는 ez_setup.py를 다운받아 실행하면 설치가 된다.)

2) easy_install 을 이용해 pip 설치

  C:\Python27\Scripts\easy_install.exe pip

3) pip 사용법

  C:\Python27\Scripts\pip.exe install BeautifulSoup


Linux

$ get http://python-distribute.org/distribute_setup.py

$ python distribute_setup.py

$ get https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python


$ python get-pip.py

댓글