Installation

Stable release

To install ctdproc, run this command in your terminal:

$ pip install ctdproc

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

From sources

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

You can clone the public repository:

$ git clone git://github.com/gunnarvoet/ctdproc

Once you have a copy of the source, you can install it using pip. First change into the package directory:

$ cd ctdproc

Then install either as a regular package

$ pip install .

or in developer mode (to immediately apply changes you make to the source code):

$ pip install -e .