From c0370abed66b6b778ff740756bc9bf580b0cb0b6 Mon Sep 17 00:00:00 2001 From: Ryan McGrath Date: Thu, 17 Dec 2009 01:55:12 -0500 Subject: [PATCH] Adding installation notes to README, thanks to a note from Idris (that I, sadly, missed for the longest time) --- README.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.markdown b/README.markdown index 8501a38..9dd6689 100644 --- a/README.markdown +++ b/README.markdown @@ -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 -----------------------------------------------------------------------------------------------------