Updated documentation

This commit is contained in:
Anna 2010-04-08 10:56:21 -04:00
parent 06f571767e
commit 9e1d7b0630

11
README
View File

@ -5,14 +5,15 @@ mytwitter is a simple python twitter application. I wrote it for two reasons:
2. An excuse to learn Python 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) * Pmw
* TKinter * Tkinter
* The latest dev version of python-twitter, along with my patch (included here) * 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 hg clone https://python-twitter.googlecode.com/hg/ python-twitter
cd python-twitter cd python-twitter