Fixes issue #3
This commit is contained in:
parent
e68d0a02f5
commit
3ffebcc57f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Twython also requires the (most excellent) OAuth2 library for handling OAuth tok
|
||||||
Installation
|
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
|
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.
|
template, feel free to copy that over as well.
|
||||||
|
|
|
||||||
Reference in a new issue