Remove reference to deprecated easy_install

easy_install is deprecated and its use is discouraged by PyPA:

https://setuptools.readthedocs.io/en/latest/easy_install.html

> Warning: Easy Install is deprecated. Do not use it. Instead use pip.

Follow upstream advice and only recommended supported tools.
This commit is contained in:
Jon Dufresne 2018-11-01 18:42:45 -07:00
parent 1562682c8b
commit 1b5cf5ca7f

View File

@ -76,8 +76,7 @@ Quick guide
`sphinx-intl`_ is a useful tool to work with Sphinx translation flow.
This section describe an easy way to translate with sphinx-intl.
#. Install `sphinx-intl`_ by :command:`pip install sphinx-intl` or
:command:`easy_install sphinx-intl`.
#. Install `sphinx-intl`_ by :command:`pip install sphinx-intl`.
#. Add configurations to your `conf.py`::