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.