Installation

Stable release

For a conda environment with necessary packages: .. code-block:: console

$ conda env create -f environment.yml

From sources

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

You can either clone the public repository:

$ git clone git://github.com/jcopperm/syncell

Or download the tarball:

$ curl -OJL https://github.com/jcopperm/syncell/tarball/master

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

$ python setup.py install