About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
devlights
9/17/2013 - 8:14 AM
share
Share
add_circle_outline
Save
setuptoolsとpipのインストール
setuptoolsとpipのインストール
install_setuptools_and_pip.md
content_copy
file_download
Rendered
Source
https://pypi.python.org/pypi/setuptools/1.1.5#windows
より
https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py
をダウンロードして実行
PYTHON_HOME/Scriptフォルダにパスを通す
easy_install pip を実行
pip install requests とかして、ライブラリがダウンロードできるか確認
clear