diff --git a/README.md b/README.md index 7f495202..4152a93b 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ [![DOI:10.1007/978-3-319-76207-4_15](https://zenodo.org/badge/DOI/10.1063/1.5063794@jcp.2019.MMMK.issue-1.svg)]( https://doi.org/10.1063/1.5063794@jcp.2019.MMMK.issue-1) -.. image:: https://github.com/bowman-lab/enspara/actions/workflows/config.yml/badge.svg - :target: https://github.com/bowman-lab/enspara/actions/workflows/config.yml - :alt: Build Status +[![Build Status](https://github.com/bowman-lab/enspara/actions/workflows/config.yml/badge.svg)](https://github.com/bowman-lab/enspara/actions/) + # enspara MSMs at Scale @@ -19,6 +18,15 @@ Installation is documented [here](https://enspara.readthedocs.io/en/latest/insta Current installation instructions are (using mamba): +``` +git clone https://github.com/bowman-lab/enspara +mamba env create -f environment.yaml +cd enspara +pip install -e . +``` + +Alternatively, you can install packages directly: + ``` git clone https://github.com/bowman-lab/enspara mamba create -n enspara -c conda-forge cython numpy mdtraj scipy python=3.12