Installation

Stable release

To install lts-workflows, run this command in your terminal:

Warning

WIP: as of yet there is no scilifelab-lts channel.

$ # conda install -c scilifelab-lts lts-workflows
$ conda install -c percyfal lts-workflows

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

From sources

The sources for lts-workflows can be downloaded from the Bitbucket repo.

You can either clone the public repository:

$ git clone git@bitbucket.org:scilifelab-lts/lts-workflows.git

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

$ python setup.py install