@@ -58,13 +58,16 @@ Recommended::
58
58
For OSX
59
59
^^^^^^^
60
60
61
- Install Python, Numpy, and Scipy via their respective ``dmg `` installers.
61
+ We recommend you install Python either via the installers available via
62
+ https://python.org, or via Homebrew (http://brew.sh/).
62
63
63
- Install via distribute _ / setuptools _ and ``easy_install ``. See the distribute _
64
- page for how to install ``easy_install `` and related tools. Then (from the
65
- command prompt)::
64
+ Next install numpy, scipy and sympy::
66
65
67
- easy_install nipy
66
+ pip install numpy scipy sympy
67
+
68
+ Finally, install nipy::
69
+
70
+ pip install nipy
68
71
69
72
For Windows
70
73
^^^^^^^^^^^
@@ -104,22 +107,15 @@ Do all the installs by hand:
104
107
your windows path.
105
108
* Download Numpy and Scipy ``exe `` installers for your Python version from their
106
109
respective Numpy and Scipy download sites.
107
- * Install distribute _ to give you ``easy_install ``.
108
- * Install pip _ using ``easy_install `` from a windows ``cmd `` shell::
109
-
110
- easy_install pip
111
-
110
+ * Install pip _ using by following the instructions at : http://pip.readthedocs.org/en/stable/installing
112
111
* Install sympy and nibabel using pip from a window ``cmd `` shell::
113
112
114
113
pip install sympy
115
114
pip install nibabel
116
115
117
- * On 32-bit Windows, install nipy using ``easy_install ``::
118
-
119
- easy_install nipy
120
-
121
- This will pick up and use the ``exe`` installer. For 64-bits install use the
122
- installer at the `unofficial windows binaries`_ site.
116
+ * On 32-bit Windows, download and install the ``.exe `` installer from `nipy
117
+ pypi `_. For 64-bits install use the installer at the `unofficial windows
118
+ binaries `_ site.
123
119
124
120
Otherwise
125
121
^^^^^^^^^
@@ -158,7 +154,7 @@ documentation. There you will find information on building NIPY, the
158
154
required software packages and our developer guidelines.
159
155
160
156
If you are primarily interested in using NIPY, download the source
161
- tarball from `nipy pypi ` and follow these instructions for building. The
157
+ tarball from `nipy pypi `_ and follow these instructions for building. The
162
158
installation process is similar to other Python packages so it will be familiar
163
159
if you have Python experience.
164
160
0 commit comments