Skip to content

Commit 24ecfb7

Browse files
Add option to use environment file
1 parent 121bb9e commit 24ecfb7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44

55
To set up an enviroment for this tutorial use
66

7-
$ conda create -n mpl-tutorial -c conda-forge -c conda-forge/label/rc 'matplotlib>1.6' pandas pytables ipython python=3
7+
$ conda env create -f environment.yml
8+
9+
or
10+
11+
$ conda create -n mpl_tutorial -c anaconda matplotlib pandas pytables h5py ipython scipy python=3.6
12+
813

914
for *nix
1015

0 commit comments

Comments
 (0)