Skip to content

Commit

Permalink
Update README with pip/ conda install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fjclark committed Sep 24, 2024
1 parent e01a0b8 commit 2d7e744
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,16 @@ For both, the equilibration point can be determined either according to the mini

### Installation

The easiest way to install `red` is using `conda` (or `mamba`):

```bash
conda install -c conda-forge red
```

Alternatively, you can install `red` from the Python Package Index (PyPI) using `pip`:

```bash
pip install git+https://github.com/fjclark/red.git
pip install red-molsim
```

### Usage
Expand Down

0 comments on commit 2d7e744

Please sign in to comment.