summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-17 11:00:48 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2013-04-17 11:00:48 +0200
commit5738f45236d1df0697e639b5184db563943ddbc1 (patch)
treeb5d0ff5923fc409839e9ba107b1b3f3afeb051f2 /doc
parentd04de5399f5b16bf04f808ba4ed7babc5cff9f11 (diff)
downloadpylint-5738f45236d1df0697e639b5184db563943ddbc1.tar.gz
[doc/install] link to setuptools, easy_install instead of easyinstall
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
index e36e0ce..ee9ca6f 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -32,9 +32,9 @@ Pylint is also available in Gentoo, Fedora 4, Ubuntu, FreeBSD, Darwin
Source distribution installation
''''''''''''''''''''''''''''''''
-Pylint should be easily installable using easyinstall or pip. Though you may
-still install it from the source distribution: extract the tarball, go to the
-extracted directory and simply run ::
+Pylint should be easily installable using setuptools_'easy_install or
+pip. Though you may still install it from the source distribution: extract the
+tarball: go to the extracted directory and simply run ::
python setup.py install
@@ -43,6 +43,7 @@ You'll have to install dependencies in a similar way.
Windows users may get valuable information about Pylint installation on
`this page`_.
+.. _setuptools: http://pypi.python.org/pypi/setuptools
.. _`this page`: http://thinkhole.org/wp/2006/01/16/installing-pylint-on-windows/