summaryrefslogtreecommitdiff
path: root/docs/download
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-07-20 00:26:27 +0000
committerianb <devnull@localhost>2006-07-20 00:26:27 +0000
commitd6cbc631afd21b23ffd171b4d50e3ff221d8923f (patch)
treebc4989ea546f6d77095ab82e2b43ab3a15c14765 /docs/download
parenta61c7558f6e65d5fac19a673b6c5c7f561014410 (diff)
downloadpaste-d6cbc631afd21b23ffd171b4d50e3ff221d8923f.tar.gz
Added more download notes
Diffstat (limited to 'docs/download')
-rw-r--r--docs/download/index.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/download/index.txt b/docs/download/index.txt
index c1543a1..71caa51 100644
--- a/docs/download/index.txt
+++ b/docs/download/index.txt
@@ -14,3 +14,23 @@ are always located on the Cheese Shop pages (listed below).
* `Paste Deploy <http://cheeseshop.python.org/pypi/PasteDeploy>`_
* `Paste WebKit <http://cheeseshop.python.org/pypi/PasteWebKit>`_
* `Wareweb <http://cheeseshop.python.org/pypi/Wareweb>`_
+
+All the packages are available in the Subversion repository rooted at
+http://svn.pythonpaste.org/Paste/
+
+* http://svn.pythonpaste.org/Paste/trunk
+* http://svn.pythonpaste.org/Paste/Script/trunk
+* http://svn.pythonpaste.org/Paste/Deploy/trunk
+* http://svn.pythonpaste.org/Paste/WebKit/trunk
+* http://svn.pythonpaste.org/Paste/Wareweb/trunk
+* ... and others
+
+Use::
+
+ svn co http://svn.pythonpaste.org/Paste/trunk Paste
+
+to check out a working copy of Paste. You can also use::
+
+ easy_install Paste==dev
+
+to install the trunk version of Paste (or the other packages).