Updated documentation
This commit is contained in:
parent
06f571767e
commit
9e1d7b0630
11
README
11
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
|
||||
|
|
Reference in New Issue
Block a user