summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authormartin.von.loewis <devnull@localhost>2010-07-24 08:15:02 +0000
committermartin.von.loewis <devnull@localhost>2010-07-24 08:15:02 +0000
commit7eb7dfc32cc355ed2b8dcf5bf8407513c69173cb (patch)
tree03c24b77b5584ec9e27059bbb8c6296fcb8d99c9 /README
parent24718e2b7016eb5fa90941ecc45f4b833fba5a65 (diff)
downloaddecorator-7eb7dfc32cc355ed2b8dcf5bf8407513c69173cb.tar.gz
Restore dependency to M2Crypto.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index dcde382..275c417 100644
--- a/README
+++ b/README
@@ -12,6 +12,7 @@ these packages located at PyPI:
- zope.i18nmessageid
- psycopg2 (for testing, sqlite3 might be sufficient)
- docutils
+- M2Crypto
- distutils2
Quick development setup
@@ -32,7 +33,7 @@ virtualenv installed::
$ virtualenv --no-site-packages --distribute .
$ bin/easy_install cElementTree zope.interface zope.pagetemplate
$ bin/easy_install zope.tal zope.tales zope.i18nmessageid psycopg2
- $ bin/easy_install docutils
+ $ bin/easy_install docutils M2Crypto
Then you can launch the server using the pypi.wsgi script::