Adding installation notes to README, thanks to a note from Idris (that I, sadly, missed for the longest time)

This commit is contained in:
Ryan McGrath 2009-12-17 01:56:48 -05:00
parent c0370abed6
commit f74aae38a9

View file

@ -30,9 +30,9 @@ Installing Twython is fairly easy. You can...
...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
> git clone git://github.com/ryanmcgrath/twython.git
> cd twython
> sudo python setup.py install
Example Use
-----------------------------------------------------------------------------------------------------