Skip to content

Commit 251c341

Browse files
authored
Merge pull request #2 from stuartcampbell/patch-2
Some changes / improvements
2 parents 78d951b + 24ecfb7 commit 251c341

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-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

environment.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: mpl-tutorial
2+
channels:
3+
- anaconda
4+
- defaults
5+
dependencies:
6+
- h5py
7+
- ipython
8+
- matplotlib
9+
- pandas
10+
- pytables
11+
- scipy
12+
- python=3.6

0 commit comments

Comments
 (0)