@@ -47,8 +47,8 @@ Packages needed
4747If you already have a working distribution, you will need to make sure that you
4848install or update all needed packages. To be able to run the examples, demoes
4949and exercises, you must have the following packages installed:
50- - pandas 0.17 +
51- - numpy 1.8 +
50+ - pandas 0.15 +
51+ - numpy 1.9 +
5252- matplotlib 1.4+
5353- pytables 3.1.1+
5454- 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
9999* Mac OSX
100100---------
101101If 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
104104terminal, you will want to make sure that location is on your PATH environment
105105variable.
106106
107107
108108* Linux
109109-------
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 ::
113113
114114 $ sudo apt-get install git
115115
0 commit comments