python용 pkg 관리
easyInstall : https://pypi.python.org/pypi/setuptools#downloads
PIP 설치
easy_install pip
BeautifulSoup 설치
pip install beautifulsoup4
ClientCookie 설치
http://wwwsearch.sourceforge.net/old/ClientCookie/
pip install http://wwwsearch.sourceforge.net/ClientCookie/src/ClientCookie-1.3.0.tar.gz
'Python' 카테고리의 다른 글
python 활용 instragram api 예제 코드 (0) | 2015.11.15 |
---|---|
python과 mysql 또는 maraidb 연동 시 설치 방법 (0) | 2015.10.11 |
python과 트위터 연동 시 설치 모듈 (0) | 2015.10.11 |
아마존 EC2 서버 Pyhton 2.7로 업그레이드 (0) | 2015.05.03 |
python 한글 입력 (0) | 2015.05.03 |