[IPython-dev] Introduction to Contributing workshop (Python Sheffield)
Thomas Spura
tomspur at fedoraproject.org
Fri Mar 2 11:25:13 EST 2012
On Thu, Mar 1, 2012 at 4:57 PM, Fernando Perez <fperez.net at gmail.com> wrote:
> On Thu, Mar 1, 2012 at 6:34 AM, Thomas Spura <tomspur at fedoraproject.org> wrote:
>> "yum install ipython ipython-gui" should do the major work, only
>> python-tornado should be missing then to be able to run the notebook.
>
> But if python-tornado is listed in the command you put there, wouldn't
> it be automatically installed?
Yes. On a new Fedora python-tornado is listed as dependency of ipython
anyway, so it's installed automatically even when not mentioned
explicitly in the command above :)
When you want to be sure, that it works on any version it would probably be:
"yum install ipython ipython-gui python-tornado"
and you can right start to work with the ./ipython.py in the git repository.
Greetings,
Tom
More information about the IPython-dev
mailing list