diff options
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 |
