Adding installation notes to README, thanks to a note from Idris (that I, sadly, missed for the longest time)
This commit is contained in:
parent
f82702e706
commit
c0370abed6
1 changed files with 11 additions and 0 deletions
|
|
@ -22,6 +22,17 @@ Twython requires (much like Python-Twitter, because they had the right idea :D)
|
|||
|
||||
> http://pypi.python.org/pypi/simplejson
|
||||
|
||||
Installation
|
||||
-----------------------------------------------------------------------------------------------------
|
||||
Installing Twython is fairly easy. You can...
|
||||
|
||||
> easy_install twython
|
||||
|
||||
...or, you can clone the repo and install it the old fashioned way.
|
||||
|
||||
> git clone git://github.com/ryanmcgrath/twython.git
|
||||
> cd twython
|
||||
> sudo python setup.py install
|
||||
|
||||
Example Use
|
||||
-----------------------------------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue