Skip to content

Commit

Permalink
Updated README and env.yaml to include mpi4py (#238)
Browse files Browse the repository at this point in the history
* Updated README and env.yaml to include mpi4py

Fix DOI on enspara namebadge
  • Loading branch information
Justin-J-Miller authored Sep 11, 2024
1 parent f0f959f commit dccf27c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![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)
[![DOI:10.1007/978-3-319-76207-4_15](https://zenodo.org/badge/DOI/10.1063/1.5063794.svg)]( https://doi.org/10.1063/1.5063794)

[![Build Status](https://github.com/bowman-lab/enspara/actions/workflows/config.yml/badge.svg)](https://github.com/bowman-lab/enspara/actions/)

Expand All @@ -20,16 +20,17 @@ Current installation instructions are (using mamba):

```
git clone https://github.com/bowman-lab/enspara
mamba env create -f environment.yaml
cd enspara
mamba env create -f environment.yaml
mamba activate 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
mamba create -n enspara -c conda-forge cython numpy mdtraj scipy python=3.12 mpi4py
mamba activate enspara
cd enspara
pip install -e .
Expand Down
3 changes: 2 additions & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ dependencies:
- cython
- pytest
- matplotlib
- pandas
- pandas
- mpi4py

0 comments on commit dccf27c

Please sign in to comment.