summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2012-05-08 19:58:39 +0300
committeranatoly techtonik <techtonik@gmail.com>2012-05-08 19:58:39 +0300
commit28e7eeb02fb6f051483993c59ff752b8f5b9a999 (patch)
tree728243a5d5efa48de9ed39eb20c8c22ddaaa1085 /README
parent527853e431f51d95d60c560d878ba745b4c6f93f (diff)
downloaddecorator-28e7eeb02fb6f051483993c59ff752b8f5b9a999.tar.gz
cElementTree is included since Python 2.5, which is also a
reasonable minimal version to run on
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 38650d2..c37b1c1 100644
--- a/README
+++ b/README
@@ -1,10 +1,9 @@
Required packages
-----------------
-To run the PyPI software, you need PostgreSQL, and all
-these packages located at PyPI:
+To run the PyPI software, you need Python 2.5+,
+PostgreSQL, and all these packages located at PyPI:
-- cElementTree
- zope.interface
- zope.pagetemplate
- zope.tal
@@ -33,7 +32,7 @@ Then, you can create a development environment like this, if you have
virtualenv installed::
$ virtualenv --no-site-packages --distribute .
- $ bin/easy_install cElementTree zope.interface zope.pagetemplate
+ $ bin/easy_install zope.interface zope.pagetemplate
$ bin/easy_install zope.tal zope.tales zope.i18nmessageid psycopg2
$ bin/easy_install docutils M2Crypto python-openid raven