Skip to content

Commit

Permalink
Update installation instructions [ci skip]
Browse files Browse the repository at this point in the history
Note users that conda-forge/ pypi name is `red-molsim` to avoid conflicts.
  • Loading branch information
fjclark authored Sep 26, 2024
1 parent 10736da commit 63244cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ 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`):
The easiest way to install `red` is using `conda` (or `mamba`) (note that the conda-forge/ PyPI name is `red-molsim` to avoid conflicts):

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

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

0 comments on commit 63244cd

Please sign in to comment.