changeset 77:d4e5ef15326a

Added django-openid-auth as a dependency Also updated the README with instructions on installing the dependencies using the pip-requirements file.
author dellsystem <ilostwaldo@gmail.com>
date Fri, 17 Aug 2012 16:47:31 -0400
parents 4a32aabcae88
children d416b8198889
files README pip-requirements
diffstat 2 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -11,6 +11,8 @@
       (http://bitbucket.org/ubernostrum/django-registration/)
     - Pygments
       (http://pygments.org/)
+    - Django OpenID Auth
+      (http://pypi.python.org/pypi/django-openid-auth/)
     - Threaded Comments
       (https://github.com/HonzaKral/django-threadedcomments)
 
@@ -20,7 +22,15 @@
        external libraries, and probably any version of mercurial,
        SQLite3. On a Unix-based system, Python is probably already
        installed, the rest can be gotten from source or your operating
-       system's package manager if it has one.
+       system's package manager if it has one. If you have pip (the Python
+       package manager) installed, you can quickly install all the
+       dependencies at particular versions by running
+
+         $ pip install -r pip-requirements
+
+       It is recommended that you do this within a virtualenv to avoid
+       conflicts with system-wide packages. More information about
+       virtualenv is available at www.virtualenv.org.
 
     2) Clone this repository
 
--- a/pip-requirements
+++ b/pip-requirements
@@ -2,5 +2,6 @@
 Pygments==1.5
 argparse==1.2.1
 distribute==0.6.24
+django-openid-auth==0.4
 django-registration==0.8
 wsgiref==0.1.2