summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-02-12 06:01:22 -0500
committerDonald Stufft <donald@stufft.io>2013-02-12 06:01:22 -0500
commitbf2a4413c55e4f03561555fd13b5380bea90f816 (patch)
treee60f4adcba18366580cec1a7fc267aa7398492d5
parent41362f694af6851b1f3428ba38ebc495e60cad73 (diff)
downloaddecorator-passlib.tar.gz
Update README to document the new dependenciespasslib
-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.