diff options
| author | shimizukawa <shimizukawa@gmail.com> | 2013-10-03 05:55:58 +0000 |
|---|---|---|
| committer | shimizukawa <shimizukawa@gmail.com> | 2013-10-03 05:55:58 +0000 |
| commit | 3ebb24f3ba789e4cf98b4bdc24f3d333359cd77a (patch) | |
| tree | cee2289f20dd2dbf33c0358c85367ab9d2b181c5 /doc/install.rst | |
| parent | a4e91f7947b1290fd85465f719dfbc4d4e510785 (diff) | |
| download | sphinx-3ebb24f3ba789e4cf98b4bdc24f3d333359cd77a.tar.gz | |
Added a ez_setup to replace distribute_setup. ez_setup become defacto. Closes #1264
Diffstat (limited to 'doc/install.rst')
| -rw-r--r-- | doc/install.rst | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/install.rst b/doc/install.rst index b1e0e5b6..9c258420 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -118,24 +118,25 @@ Install the easy_install command Python has a very useful :command:`easy_install` command which can download and install 3rd-party libraries with a single command. This is provided by the -"distribute" project: http://pypi.python.org/pypi/distribute. +"setuptools" project: http://pypi.python.org/pypi/setuptools. -To install distribute, download http://distribute.org/distribute_setup.py and +To install setuptools, download +https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py and save it somewhere. After download, invoke the command prompt, go to the -directory with distribute_setup.py and run this command: +directory with ez_setup.py and run this command: .. code-block:: bat - C:\> python distribute_setup.py + C:\> python ez_setup.py -Now distribute and its :command:`easy_install` command is installed. From there +Now setuptools and its :command:`easy_install` command is installed. From there we can go to the Sphinx install. Installing Sphinx with easy_install ----------------------------------- -If you finished the installation of distribute, type this line in the command +If you finished the installation of setuptools, type this line in the command prompt: .. code-block:: bat |
