Skip to content

Commit 89c0f68

Browse files
authored
Update README.md
1 parent e6a8bbb commit 89c0f68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@
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 create -n mpl-tutorial -c conda-forge -c conda-forge/label/rc 'matplotlib>1.6' pandas pytables ipython python=3
88

99
for *nix
1010

11-
$ source activate mpl-tutorial
11+
$ source activate mpl-tutorial
1212

1313
for windows
1414

15-
$ activate mpl-tutorial
15+
$ activate mpl-tutorial
1616

1717
### for 99-get_data
1818

19-
$ conda install -c cartopy proj4
19+
$ conda install -c cartopy proj4
2020

2121
## Running
2222

2323
All of the examples should be run from IPython as
2424

25-
%run -i NN-FILE.py
25+
%run -i NN-FILE.py
2626

2727
and sholud each be self-contained.

0 commit comments

Comments
 (0)