Skip to content

Commit 1cb6d08

Browse files
authored
Merge pull request #71 from boutproject/master-add-conda-link
Add conda install command to README
2 parents 6f82be8 + 8bfdcbb commit 1cb6d08

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,15 @@ in ubuntu
3636

3737
`pip install boutdata`
3838

39+
or in a Conda environment:
40+
41+
`conda install -c conda-forge boutdata`
42+
3943
### Examples
4044
Reading data from dump files:
4145

4246
```
43-
from boutdata import *
47+
from boutdata import collect
4448
ni = collect("Ni")
4549
```
4650

0 commit comments

Comments
 (0)