summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index c37b1c1..8b4750f 100644
--- a/README
+++ b/README
@@ -15,6 +15,8 @@ PostgreSQL, and all these packages located at PyPI:
- distutils2
- python-openid
- raven
+- passlib
+- py-bcrypt (If using the recommended bcrypt hasher)
Quick development setup
-----------------------
@@ -35,6 +37,7 @@ virtualenv installed::
$ 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
Then you can launch the server using the pypi.wsgi script::
@@ -51,4 +54,4 @@ Then run tools/demodata to populate the database with dummy data.
For testing purposes, run tools/mksqlite to create packages.db. Set
[database]driver to sqlite3, and [database]name to packages.db, then
-run tools/demodata to populate the database. \ No newline at end of file
+run tools/demodata to populate the database.