From 63160e12d09c3f1d94b0a650dec26e5d31d47325 Mon Sep 17 00:00:00 2001 From: Anna Date: Sat, 10 Apr 2010 10:22:49 -0400 Subject: [PATCH] Corrected error in README --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index d70a3e2..0b6c352 100644 --- a/README +++ b/README @@ -19,7 +19,7 @@ cd python-twitter hg update dev patch -p1 < ../mytwitter/python-twitter-GetListStatuses.patch patch -p1 < ../mytwitter/python-twitter-Retweet.patch -python build.py build -python build.py install --user +python setup.py build +python setup.py install --user This will install python-twitter in your ~/.local/lib directory, which python 2.6 will automatically include in PYTHONPATH.