Skip to content

Commit

Permalink
Merge pull request #162 from boutproject/conda-install-doc
Browse files Browse the repository at this point in the history
Correct conda installation instruction with '-c conda-forge'
  • Loading branch information
johnomotani authored Oct 7, 2020
2 parents dbe4c09 + 825fe5e commit b8feae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pip install --user xbout

With conda:
```bash
conda install xbout
conda install -c conda-forge xbout
```

You can test your installation of `xBOUT` by running `pytest --pyargs xbout`.
Expand Down

0 comments on commit b8feae8

Please sign in to comment.