Skip to content

Commit 8bfdcbb

Browse files
committed
Add conda install command
Also change `import *` to `import collect`
1 parent 6f82be8 commit 8bfdcbb

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)