Fixes issue #3

This commit is contained in:
Ryan McGrath 2012-11-09 05:04:54 -05:00
parent e68d0a02f5
commit 3ffebcc57f

View file

@ -35,7 +35,7 @@ Twython also requires the (most excellent) OAuth2 library for handling OAuth tok
Installation
-----------------------------------------------------------------------------------------------------
pip install git+http://github.com/zandeez/twython-django.git
pip install git+http://github.com/ryanmcgrath/twython-django.git
Add "twython_django_oauth" to your "INSTALLED_APPS" in your settings.py file. If you wish to use the example
template, feel free to copy that over as well.