Corrected error in README
This commit is contained in:
parent
12faf53b63
commit
63160e12d0
4
README
4
README
|
@ -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.
|
||||||
|
|
Reference in New Issue
Block a user