summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-02-17 12:15:50 +0100
committerGeorg Brandl <georg@python.org>2007-02-17 12:15:50 +0100
commit8f00eabdf548b7c3c855333573a4506a39ea3211 (patch)
tree97e6d46b9059d9a402e44f50269f43761095d4a5 /docs
parente2d63019034f606d9dceed1be16f77e441c62560 (diff)
downloadpygments-git-8f00eabdf548b7c3c855333573a4506a39ea3211.tar.gz
[svn] Add ==dev egg install.
Diffstat (limited to 'docs')
-rw-r--r--docs/src/installation.txt14
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