From 9e1d7b0630b585762b32d5c7334b36ff5e91e967 Mon Sep 17 00:00:00 2001 From: Anna Date: Thu, 8 Apr 2010 10:56:21 -0400 Subject: [PATCH] Updated documentation --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index f21e611..2415c25 100644 --- a/README +++ b/README @@ -5,14 +5,15 @@ mytwitter is a simple python twitter application. I wrote it for two reasons: 2. An excuse to learn Python -While I doubt it will be terribly useful for anyone other than me, feel free to take it for a spin and let me know how it goes. You'll need the following: +While I doubt it will be terribly useful for anyone other than me, feel free to take it for a spin and let me know how it goes. You'll need the following python modules: -* PMW (Python mega-widgets) -* TKinter -* The latest dev version of python-twitter, along with my patch (included here) +* Pmw +* Tkinter +* dateutil +* twitter (the dev version, not 0.6), along with my patch (included here) -For python-twitter, you can download and install it with: +For the twitter module, you can download and install it with: hg clone https://python-twitter.googlecode.com/hg/ python-twitter cd python-twitter