diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2015-03-10 14:53:16 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-14 16:55:54 +0700 |
commit | 59db74dcd4c6eff27a42b71d596662f52c3fa8d4 (patch) | |
tree | f182fd98bc9ede95f4fd9d1fb1594de144c38d96 /python/tweepy/README | |
parent | 0e3fb4668163e3bba8a17cce2677a95018d0ad65 (diff) | |
download | slackbuilds-59db74dcd4c6eff27a42b71d596662f52c3fa8d4.tar.gz |
python/tweepy: Updated for version 3.1.0.
Added the new deps pip, requests-oauthlib and six
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/tweepy/README')
-rw-r--r-- | python/tweepy/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/python/tweepy/README b/python/tweepy/README index 37e660511b..e55f5ea88c 100644 --- a/python/tweepy/README +++ b/python/tweepy/README @@ -1,3 +1,8 @@ tweepy (Twitter python library) Tweepy is a python library for accessing the Twitter API. + +If you want to build this for use with Python 3.x (needs the optional +dependency python3) pass the script PYTHON3=yes, like + + PYTHON3=yes ./httplib2.SlackBuild |