InstallationΒΆ

At the command line either via easy_install or pip:

$ easy_install pytwitch
$ pip install pytwitch

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv pytwitch
$ pip install pytwitch