Skip to content

Commit

Permalink
Add requirement of mdtraj, optax and pymbar to the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
WangXinyan940 committed Dec 3, 2022
1 parent 46d9ef1 commit 133b41c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user_guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ pip install jax==0.3.17
```bash
pip install jax-md==0.2.0
```
+ Install [mdtraj](https://github.com/mdtraj/mdtraj), [optax](https://github.com/deepmind/optax) and [pymbar](https://github.com/choderalab/pymbar):
```bash
conda install -c conda-forge mdtraj==1.9.7
pip install optax==0.1.3
pip install pymbar==4.0.1
```
+ Install [OpenMM](https://openmm.org/):
```bash
conda install -c conda-forge openmm==7.7.0
Expand Down

0 comments on commit 133b41c

Please sign in to comment.