InstallationΒΆ

At the command line either via easy_install or pip:

$ easy_install pytwitcherapi
$ pip install pytwitcherapi

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv pytwitcherapi
$ pip install pytwitcherapi