InstallationΒΆ

The analysis pipeline for this project is not available via a package manager. Source code can be downloaded to your local machine from GitHub or by using git:

git clone https://github.com/mwvgroup/csp-cmfgen

The pipeline and its dependencies can then be installed by running

python csp-cmfgen/setup.py install --user

If necessary, dependencies can be reinstalled using the requirements.txt file:

pip install -r requirements.txt