summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorRichard Jones <richard@mechanicalcat.net>2013-02-19 13:51:54 +1100
committerRichard Jones <richard@mechanicalcat.net>2013-02-19 13:51:54 +1100
commitdf24280f965bf4de66001dc4a985f8f5920bbab4 (patch)
treec9ef87049d375ad9bc0d33008c73dce174fd2e0e /README
parent32a525fd38b142d67092be215800a4ea497d1f32 (diff)
downloaddecorator-df24280f965bf4de66001dc4a985f8f5920bbab4.tar.gz
update README; fix wsgi dev server startup to match nginx/uwsgi test/production environment
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index 220277a..271a63f 100644
--- a/README
+++ b/README
@@ -13,6 +13,7 @@ PostgreSQL, and all these packages located at PyPI:
- docutils
- M2Crypto
- distutils2
+- six
- python-openid
- raven
- passlib
@@ -35,15 +36,15 @@ Then, you can create a development environment like this, if you have
virtualenv installed::
$ virtualenv --no-site-packages --distribute .
- $ 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
- $ bin/easy_install passlib py-bcrypt
- $ bin/easy_install itsdangerous
+ $ pip install zope.interface zope.pagetemplate
+ $ pip install zope.tal zope.tales zope.i18nmessageid psycopg2
+ $ pip install docutils M2Crypto python-openid raven
+ $ pip install passlib py-bcrypt
+ $ pip install itsdangerous six distutils2
Then you can launch the server using the pypi.wsgi script::
- $ bin/python pypi.wsgi
+ $ python pypi.wsgi
Serving on port 8000...
PyPI will be available in your browser at http://localhost:8000