Skip to content

Commit

Permalink
Fix typos in README (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoothroyd committed Jan 15, 2024
1 parent 8d38cad commit ff1c8ba
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 @@ -31,14 +31,14 @@ API can change without notice.*
This package can be installed using `conda` (or `mamba`, a faster version of `conda`):

```shell
mamba install -c conda-forge femto
mamba install -c conda-forge absolv
```

If you are running with MPI on an HPC cluster, you may need to instruct conda to use your local installation
depending on your setup

```shell
mamba install -c conda-forge femto "openmpi=4.1.5=*external*"
mamba install -c conda-forge absolv "openmpi=4.1.5=*external*"
```

## Getting Started
Expand Down

0 comments on commit ff1c8ba

Please sign in to comment.