diff options
author | gbrandl <devnull@localhost> | 2007-02-17 12:15:50 +0100 |
---|---|---|
committer | gbrandl <devnull@localhost> | 2007-02-17 12:15:50 +0100 |
commit | 6e4f7d2fd6cf92bf3c1eb52f2b38057aaa89267c (patch) | |
tree | 97e6d46b9059d9a402e44f50269f43761095d4a5 | |
parent | f7259aea9cfc0b13798ab93c3ddcd2667f968bfe (diff) | |
download | pygments-6e4f7d2fd6cf92bf3c1eb52f2b38057aaa89267c.tar.gz |
[svn] Add ==dev egg install.
-rw-r--r-- | docs/src/installation.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/src/installation.txt b/docs/src/installation.txt index b84e7673..de3964f4 100644 --- a/docs/src/installation.txt +++ b/docs/src/installation.txt @@ -36,6 +36,9 @@ directory. Installing the development version ================================== +If you want to play around with the code +---------------------------------------- + 1. Install `Subversion`_ 2. ``svn co http://trac.pocoo.org/repos/pygments/trunk pygments`` 3. ``cd pygments`` @@ -45,6 +48,17 @@ Installing the development version 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. +If you just want the latest features and use them +------------------------------------------------- + +:: + + sudo easy_install Pygments==dev + +This will install a Pygments egg containing the latest Subversion trunk code +in your Python installation's site-packages directory. + + .. _download page: http://pygments.org/download/ .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall |