Skip to content

Commit 63d9d27

Browse files
committed
Update README.md
1 parent 0285e36 commit 63d9d27

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ I'm working with 3 datasets right now
2121
It comes with batteries (data) included, so you can try out all the
2222
examples right away.
2323

24-
2524
Table of Contents
2625
=================
2726

@@ -47,21 +46,22 @@ Table of Contents
4746
* [Chapter 9 - Loading data from SQL databases](http://nbviewer.ipython.org/github/jvns/pandas-cookbook/blob/master/cookbook/Chapter%209%20-%20Loading%20data%20from%20SQL%20databases.ipynb)
4847
<br> How to load data from an SQL database into Pandas, with examples using SQLite3, PostgreSQL, and MySQL.
4948

50-
Installation
51-
============
49+
How to use this cookbook
50+
========================
5251

5352
You'll need an up-to-date version of IPython Notebook (&gt;= 1.0) and
54-
pandas (&gt;=0.12) for this to work properly
53+
pandas (&gt;=0.13) for this to work properly
5554

5655
You can get these using `pip`:
5756

5857
```
59-
pip install ipython pandas numpy
58+
pip install ipython pandas numpy tornado pyzmq
6059
```
6160

62-
Alternatively, I use and recommend
63-
[Anaconda](https://store.continuum.io/), which will give you everything
64-
you need. It's free and open source.
61+
This can be difficult to get set up and require you to compile
62+
a whole bunch of things. I instead use and recommend
63+
[Anaconda](https://store.continuum.io/), which is a Python distribution which
64+
will give you everything you need. It's free and open source.
6565

6666
Once you have pandas and IPython, you can get going!
6767

0 commit comments

Comments
 (0)