[IPython-dev] ipython pip dependencies

MinRK benjaminrk at gmail.com
Thu Jun 12 18:39:29 EDT 2014


not pip-specific, but part of setuptools in general
<https://pythonhosted.org/setuptools/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies>
.
​


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

> Ok that makes sense to me.  I didn't know about the "pip install
> ipython[all]" command, is that standard pip?
>
>
> On Thu, Jun 12, 2014 at 10:55 PM, Thomas Kluyver <takowl at gmail.com> wrote:
>
>> On 12 June 2014 12:27, Martín Gaitán <gaitan at gmail.com> wrote:
>>
>>> try
>>>
>>> $ pip install install[all]
>>>
>>> or, if you only need the requirements for IPython Notebook
>>>
>>> $ pip install install[notebook]
>>>
>>
>> Exactly. The rationale is that you can install and use IPython in the
>> terminal without any extra dependencies.
>>
>> Thomas
>>
>> _______________________________________________
>> IPython-dev mailing list
>> IPython-dev at scipy.org
>> http://mail.scipy.org/mailman/listinfo/ipython-dev
>>
>>
>
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140612/f97592f3/attachment.html>


More information about the IPython-dev mailing list