[IPython-dev] ipython pip dependencies

Martín Gaitán gaitan at gmail.com
Thu Jun 12 15:27:34 EDT 2014


On Thu, Jun 12, 2014 at 4:14 PM, Ian Bell <ian.h.bell at gmail.com> wrote:

> Hi Ipython guys,
>
> I just had cause to re-install ipython, and I was wondering whether it was
> deliberate that the pip package does not include the requirements for the
> other packages that it needs (tornado, zmq, etc.) I had to do a handful of
> pip install ipython (doh. missing tornado, pip install tornado) pip install
> ipython (doh. now missing zmq, pip install zmq) etc., and it would be nice
> it I could just do pip install ipython and it would pull in the
> dependencies.
>
> Anyway, nice work with Ipython, its such a great piece of work, use it
> every day.


try

$ pip install install[all]

or, if you only need the requirements for IPython Notebook

$ pip install install[notebook]



-- 
mgaitan.github.io
textosypretextos.com.ar <http://textosyprextextos.com.ar>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140612/2e9e67d5/attachment.html>


More information about the IPython-dev mailing list