Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 188 Bytes

install.rst

File metadata and controls

13 lines (8 loc) · 188 Bytes

Installation

Install from PyPI:

easy_install tweepy

Install from source:

git clone git://github.com/tweepy/tweepy.git
cd tweepy
python setup.py install