From 068f8be6f868dcd117635da44f8687f4635e7303 Mon Sep 17 00:00:00 2001 From: arokem Date: Fri, 30 Jan 2015 15:21:50 -0800 Subject: [PATCH] DOC: Clarify dependencies a bit. --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d37703f..284ec27 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,14 @@ $ pip install pyzmq ``` If you intend to use the Matlab magic extension, you'll also need -[IPython](http://ipython.org/install.html). Note that IPython notebooks -also depend on `pyzmq` so if you have IPython notebooks installed, you likely -have `pyzmq` already. +[IPython](http://ipython.org/install.html), as well as +[Scipy](http://scipy.org/) and [Numpy](http://www.numpy.org/). These can be +installed from PyPI, or using distributions such as +[Anaconda](https://store.continuum.io/cshop/anaconda/) or [Enthought +Canopy](https://store.enthought.com/downloads/) + +Note thatIPython notebooks also depend on `pyzmq` so if you have IPython notebooks +installed, you likely have `pyzmq` already. ## Usage