diff options
| author | Georg Brandl <georg@python.org> | 2007-01-10 21:02:06 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2007-01-10 21:02:06 +0100 |
| commit | 02c54c84a8f2700c5995a07683ef277e2fda4575 (patch) | |
| tree | a4be44f2925a59110c249bbce90a3ddeba9ca732 /docs/src/installation.txt | |
| parent | 28becd56fa398705cc238f5a7f9db48434f66799 (diff) | |
| download | pygments-git-02c54c84a8f2700c5995a07683ef277e2fda4575.tar.gz | |
[svn] Add setup.py develop hint.
Diffstat (limited to 'docs/src/installation.txt')
| -rw-r--r-- | docs/src/installation.txt | 7 |
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 |
