@@ -12,11 +12,12 @@ you follow the instructions on this page, which provide a setup based on Python
12122.7. This includes all the dependencies to run the notebook and optionally the
1313basic libraries for scientific computing and data analysis.
1414
15- **Mac or Windows users **
15+ **Mac or Windows**
1616
17- Download and install the free edition of the `Enthought Python Distribution
18- (EPD) <https://www.enthought.com/products/epd_free.php>`_. You will also need
19- to update the IPython notebook installation to the current version:
17+ 1. Download and install the free edition of the `Enthought Python Distribution
18+ (EPD) <https://www.enthought.com/products/epd_free.php>`_.
19+
20+ 2. Update IPython to the current version:
2021
2122* On a Mac, using the Terminal application::
2223
@@ -28,24 +29,30 @@ to update the IPython notebook installation to the current version:
2829 enpkg enstaller
2930 enpkg ipython
3031
31- **Linux users **
32+ **Linux**
3233
3334On Linux, most distributions have everything you need in their package
3435managers.
3536
36- On Ubuntu or other Debian-based distributions, type at the shell::
37+ 1. Install IPython and its dependencies:
38+
39+ * On Ubuntu or other Debian-based distributions, type at the shell::
3740
3841 sudo apt-get install ipython-notebook
3942
40- # Only if you are interested in data analysis and scientific work
43+ * On Fedora 18 and newer related distributions, use::
44+
45+ sudo yum install python-ipython-notebook
46+
47+ 2. Optionally install additional tools for scientific computing:
48+
49+ * On Ubuntu or other Debian-based distributions, type at the shell::
50+
4151 sudo apt-get install python-matplotlib python-scipy \
4252 python-pandas python-sympy python-nose
4353
44- On Fedora 18 and newer related distributions, use::
45-
46- sudo yum install python-ipython-notebook
54+ * On Fedora 18 and newer related distributions, use::
4755
48- # Only if you are interested in data analysis and scientific work
4956 sudo yum install python-matplotlib scipy python-pandas sympy python-nose
5057
5158
0 commit comments