Skip to content

Commit f8bc34d

Browse files
Update README.md
1 parent a1d5db8 commit f8bc34d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,10 @@ The contents are updated synchronously as commits are made to the book. You can
103103
Installation and configuration
104104
------
105105
If you would like to run the IPython notebooks locally, (option 1. above), you'll need to install the following:
106-
- IPython 0.13 is a requirement to view the ipynb files. It can be downloaded [here](http://ipython.org/ipython-doc/dev/install/index.html)
107-
- For Linux users, you should not have a problem installing NumPy, SciPy and PyMC. For Windows users, check out [pre-compiled versions](http://www.lfd.uci.edu/~gohlke/pythonlibs/) if you have difficulty.
106+
- IPython 0.13 is a requirement to view the ipynb files. It can be downloaded [here](http://ipython.org/ipython-doc/dev/install/index.html)
107+
- Necessary packages are PyMC, NumPy, SciPy and Matplotlib.
108+
- For Linux/OSX users, you should not have a problem installing the above, [*except for Matplotlib on OSX*](http://www.penandpants.com/2012/02/24/install-python/).
109+
- For Windows users, check out [pre-compiled versions](http://www.lfd.uci.edu/~gohlke/pythonlibs/) if you have difficulty.
108110
- also recommended, for data-mining exercises, are [PRAW](https://github.com/praw-dev/praw) and [requests](https://github.com/kennethreitz/requests).
109111

110112
- In the styles/ directory are a number of files that are customized for the notebook.

0 commit comments

Comments
 (0)