There was an error while loading. Please reload this page.
1 parent 121bb9e commit 24ecfb7Copy full SHA for 24ecfb7
1 file changed
README.md
@@ -4,7 +4,12 @@
4
5
To set up an enviroment for this tutorial use
6
7
- $ conda create -n mpl-tutorial -c conda-forge -c conda-forge/label/rc 'matplotlib>1.6' pandas pytables ipython python=3
+ $ 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
13
14
for *nix
15
0 commit comments