# HG changeset patch # User dellsystem # Date 1345236451 14400 # Node ID d4e5ef15326ae701d5b4e3ad7139ef9849e65738 # Parent 4a32aabcae88b675baf0db9699459a7ecde1ea16 Added django-openid-auth as a dependency Also updated the README with instructions on installing the dependencies using the pip-requirements file. diff -r 4a32aabcae88 -r d4e5ef15326a README --- a/README Tue Aug 07 12:55:28 2012 -0400 +++ b/README Fri Aug 17 16:47:31 2012 -0400 @@ -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 diff -r 4a32aabcae88 -r d4e5ef15326a pip-requirements --- a/pip-requirements Tue Aug 07 12:55:28 2012 -0400 +++ b/pip-requirements Fri Aug 17 16:47:31 2012 -0400 @@ -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