Syntax highlighted

This commit is contained in:
Ryan McGrath 2011-10-11 05:38:35 +09:00
parent d2d74b2b4d
commit ae9652a091

View file

@ -35,12 +35,14 @@ 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
Example Use
-----------------------------------------------------------------------------------------------------
``` python
from twython import Twython
twitter = Twython()
@ -49,6 +51,7 @@ Example Use
# More function definitions can be found by reading over twython/twitter_endpoints.py, as well
# as skimming the source file. Both are kept human-readable, and are pretty well documented or
# very self documenting.
```
A note about the development of Twython (specifically, 1.3)
----------------------------------------------------------------------------------------------------