Columbus Python Workshop 1/Friday/Linux set up Python: Difference between revisions

no edit summary
imported>Catherinedevlin
(ipython_doctester setup)
No edit summary
Line 39:
== Set up IPython ==
 
At the Terminal window for Debian based Linuxes, type
 
<pre>sudo apt-get install python-setuptools</pre>
 
or for Red Hat based distros (will need root permissions)
or
 
<pre>yum install python-setuptools</pre>
Line 53:
and, finally,
 
<pre>sudo pip install pyreadline ipython tornado pyzmq ipython_doctester</pre>
 
Verify that IPython Notebook is ready by typing
Anonymous user