Installation

From source

turses is evolving fast, you can find the latest version on GitHub.

You can either clone the public repository:

$ git clone git://github.com/alejandrogomez/turses.git

Download the tarball:

$ curl -OL https://github.com/alejandrogomez/turses/tarball/master

Or, download the zipball:

$ curl -OL https://github.com/alejandrogomez/turses/zipball/master

Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages easily:

$ python setup.py install

Distribute & pip

Installing is simple with pip:

$ pip install turses

or (but you should consider using pip):

$ easy_install turses