Corrected error in README

This commit is contained in:
Anna 2010-04-10 10:22:49 -04:00
parent 12faf53b63
commit 63160e12d0

4
README
View File

@ -19,7 +19,7 @@ cd python-twitter
hg update dev hg update dev
patch -p1 < ../mytwitter/python-twitter-GetListStatuses.patch patch -p1 < ../mytwitter/python-twitter-GetListStatuses.patch
patch -p1 < ../mytwitter/python-twitter-Retweet.patch patch -p1 < ../mytwitter/python-twitter-Retweet.patch
python build.py build python setup.py build
python build.py install --user python setup.py install --user
This will install python-twitter in your ~/.local/lib directory, which python 2.6 will automatically include in PYTHONPATH. This will install python-twitter in your ~/.local/lib directory, which python 2.6 will automatically include in PYTHONPATH.