Skip to content

Commit

Permalink
add installation instructions to readme (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry authored Nov 16, 2021
1 parent a5d6341 commit 322ccdc
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,19 @@ without warning. If you do use this code, do so at your own risk. We appreciate
about potential problems with the code, but may not be able to address your issue until other development activities
have concluded.

## Install

See our installation instructions [here](https://perses.readthedocs.io/en/latest/installation.html).

### Quick Start

In a fresh conda environment:

```
$ conda config --add channels conda-forge openeye
$ conda install perses openeye-toolkits
```

## Manifest

* `perses/` - Package containing code for performing expanded ensemble simulations
Expand Down

0 comments on commit 322ccdc

Please sign in to comment.