Skip to content

Commit

Permalink
proxy friendly pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
manelclos committed Feb 19, 2014
1 parent 6173a4c commit a2c9289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Installation
------------
It's the same for both the client and worker instances of your django project:

pip install -e git://github.com/jonasvp/django-beanstalkd.git#egg=django-beanstalkd
pip install -e git+https://github.com/jonasvp/django-beanstalkd.git#egg=django-beanstalkd

Add ``django_beanstalkd`` to the `INSTALLED_APPS` section of `settings.py`.

Expand Down

0 comments on commit a2c9289

Please sign in to comment.