summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/installation.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/src/installation.txt b/docs/src/installation.txt
index 3c2f74bf..4bf80f0f 100644
--- a/docs/src/installation.txt
+++ b/docs/src/installation.txt
@@ -38,9 +38,12 @@ Installing the development version
1. Install `Subversion`_
2. ``svn co http://trac.pocoo.org/repos/pygments/trunk pygments``
-3. ``ln -s `pwd`/pygments/pygments /usr/lib/python2.X/site-packages``
-4. ``ln -s `pwd`/pygments/pygmentize /usr/local/bin``
+3. ``cd pygments``
+4. ``ln -s pygments /usr/lib/python2.X/site-packages``
+5. ``ln -s pygmentize /usr/local/bin``
+As an alternative to steps 4 and 5 you can also do ``python setup.py develop``
+which will install the package via setuptools in development mode.
.. _download page: http://pygments.pocoo.org/download/
.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools