From bf2a4413c55e4f03561555fd13b5380bea90f816 Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 12 Feb 2013 06:01:22 -0500 Subject: Update README to document the new dependencies --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- cgit v1.2.1