Installation

This part of the documentation covers the installation of twosheds.

The first step to using any software package is getting it properly installed.

Distribute & Pip

Installing twosheds is simple with pip:

$ pip install twosheds

Get the Code

twosheds is actively developed on GitHub, where the code is always available.

You can clone the public repository:

git clone git://github.com/Ceasar/twosheds.git

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