Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e84e7cc

Browse files
committed
Pin to python3
1 parent efa37d2 commit e84e7cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

REDAME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
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

notes.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ https://www.packtpub.com/application-development/interactive-applications-using-
3030

3131
** install
3232

33-
$ conda create -p /tmp/demo -c conda-forge -c conda-forge/label/rc 'matplotlib>1.6' pandas pytables ipython
33+
$ conda create -p /tmp/demo -c conda-forge -c conda-forge/label/rc 'matplotlib>1.6' pandas pytables ipython python=3
3434

3535
* 00-explore
3636
- 'hello world' of event processing

0 commit comments

Comments
 (0)