Skip to content

Commit d627d3c

Browse files
Tweaks.
1 parent 4e6e7bd commit d627d3c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ Packages needed
4747
If you already have a working distribution, you will need to make sure that you
4848
install or update all needed packages. To be able to run the examples, demoes
4949
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+
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
---------
101101
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
104104
terminal, you will want to make sure that location is on your PATH environment
105105
variable.
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

Comments
 (0)