Installation
Stable release
For a conda environment with necessary packages:
$ conda env create -f environment.yml
To install celltraj, run this command in your terminal:
$ pip install celltraj
This is the preferred method to install celltraj, as it will always install the most recent release.
If you don’t have pip installed, this Python installation guide can guide you through the process.
From sources
The sources for celltraj can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/jcopperm/celltraj
Or download the tarball:
$ curl -OJL https://github.com/jcopperm/celltraj/tarball/master