From 6199f09ade632d2da15f7a34aff9a329c76927f1 Mon Sep 17 00:00:00 2001 From: Justin Miller <66532328+Justin-J-Miller@users.noreply.github.com> Date: Thu, 9 May 2024 10:25:08 -0400 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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