Fork me on GitHub Installation — Twython 3.8.0 documentation
Open Table Of Contents

Installation

Information on how to properly install Twython


Pip or Easy Install

Install Twython via pip

$ pip install twython

or, with easy_install

$ easy_install twython

But, hey… that’s up to you.

Source Code

Twython is actively maintained on GitHub

Feel free to clone the repository

git clone git://github.com/ryanmcgrath/twython.git

tarball

$ curl -OL https://github.com/ryanmcgrath/twython/tarball/master

zipball

$ curl -OL https://github.com/ryanmcgrath/twython/zipball/master

Now that you have the source code, install it into your site-packages directory

$ python setup.py install

So Twython is installed! Now, head over to the starting out section.