Requires python 2.5 or higher
python ez_setup.py
easy_install sphinx
http://sphinx-users.jp/gettingstarted/install_windows.html#install-easy-install
Installation fails with a Name Service error, etc. Solved by
vi /etc/enviroment
export http_proxy=XXXXXXX
export https_proxy=XXXXXX
I want to specify 1.2.2 Solved by
easy_install sphinx == 1.2.2
Recommended Posts