Installation

Stable release

To install BioCompass, run this command in your terminal:

$ pip install BioCompass

This is the preferred method to install BioCompass, 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.

If you install BioCompass from pip, you still need a copy of the source (instructions below) to be able to run it.

From sources

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

You can either clone the public repository:

$ git clone git://github.com/NP-Omix/BioCompass

Or download the tarball:

$ curl  -OL https://github.com/NP-Omix/BioCompass/tarball/master

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

$ cd BioCompass/

$ python setup.py install