@@ -47,8 +47,8 @@ Packages needed
47
47
If you already have a working distribution, you will need to make sure that you
48
48
install or update all needed packages. To be able to run the examples, demoes
49
49
and exercises, you must have the following packages installed:
50
- - pandas 0.17 +
51
- - numpy 1.8 +
50
+ - pandas 0.15 +
51
+ - numpy 1.9 +
52
52
- matplotlib 1.4+
53
53
- pytables 3.1.1+
54
54
- jupyter 1.0 or ipython 4.0+ (for running, experimenting and doing exercises)
@@ -99,17 +99,17 @@ for line ending, the option commonly chosen is
99
99
* Mac OSX
100
100
---------
101
101
If you don't already have git available, a good git client for Mac can be
102
- downloaded at http://www.git-scm.com/downloads.
103
- It installs git in /usr/local/git/bin/, so to have it available from any
102
+ downloaded at `` http://www.git-scm.com/downloads `` .
103
+ It installs git in `` /usr/local/git/bin/ `` , so to have it available from any
104
104
terminal, you will want to make sure that location is on your PATH environment
105
105
variable.
106
106
107
107
108
108
* Linux
109
109
-------
110
- The easiest on Linux is to install git from your distro's package manager (yum
111
- for redhat based distros, apt-get for Ubuntu, ...). For example on Ubuntu, it
112
- should be enough to type ::
110
+ The easiest on Linux is to install git from your distro's package manager
111
+ (`` yum `` for redhat based distros, `` apt-get `` for Ubuntu, ...). For example on
112
+ Ubuntu, it should be enough to run ::
113
113
114
114
$ sudo apt-get install git
115
115
0 commit comments