Skip to content

Commit d46d51e

Browse files
committed
update README for EuroSciPy 2013
1 parent 6aaa7f8 commit d46d51e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
# IPython in depth tutorial (EuroSciPy edition)
1+
# IPython in depth tutorial (EuroSciPy 2013 edition)
2+
23

34
To get the tutorial, checkout the `ipython-in-depth` repo:
45

5-
$ git clone https://github.com/ipython/ipython-in-depth
6+
$ git clone https://github.com/ipython/ipython-in-depth -b euroscipy-2013
67

78
Or just download and unzip current master:
89

9-
$ wget https://github.com/ipython/ipython-in-depth/zipball/master -O ipython-in-depth.zip
10+
$ wget https://github.com/ipython/ipython-in-depth/zipball/euroscipy-2013 -O ipython-in-depth.zip
1011
# or
11-
$ curl -L https://github.com/ipython/ipython-in-depth/zipball/master -o ipython-in-depth.zip
12+
$ curl -L https://github.com/ipython/ipython-in-depth/zipball/euroscipy-2013 -o ipython-in-depth.zip
1213
$ unzip ipython-in-depth.zip
1314

1415
To start the notebook server with the shipped `euroscipy` profile:

0 commit comments

Comments
 (0)