Installation

Stable release

To install roachcase, run this command in your terminal:

$ pip install roachcase

This is the preferred method to install roachcase, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

You might also want to run the pip install command in a virtual environment.

From sources

The sources for roachcase can be downloaded from the Github repo.

You can clone the public repository:

$ git clone git://github.com/stefanoberri/roachcase
$ cd roachcase

Once you have a copy of the source, you can install it with:

$ make clean install IS_RELEASE=1

Note

When installing from source, the version is not necessarily the same you would get when installing from pypi. The release versions (i.e. X.Y.Z) should not differ, but the beta versions (i.e. versions like X.Y.ZbNM) are currently not easy to reproduce.