Getting Started#
Prerequisites#
color-scheming is easily set up using anaconda. Create a conda environment with the following packages installed.
- gsd: to store simulated particle trajectories
- matplotlib, moviepy: to render movies of particle trajectories
$ conda create -n ENV_NAME
$ conda activate ENV_NAME
$ conda install -c conda-forge numpy scipy graph-tool gsd matplotlib moviepy
Installation#
After installing prerequesites, clone the git repository:
$ git clone https://github.com/johnemmanuelbond/collRC path_to_repo
Users may install the repository into a conda environment using conda develop
$ conda develop path_to_repo/src
Uninstall with
$ conda develop -u path_to_repo/src