File tree 4 files changed +192
-167
lines changed
4 files changed +192
-167
lines changed Original file line number Diff line number Diff line change @@ -92,36 +92,25 @@ directory of the nipy distribution::
92
92
is part of the nose package. Try ``nipnost --help `` to see a large number of
93
93
command-line options.
94
94
95
- Dependencies
95
+ Installation
96
96
============
97
97
98
- To run NIPY, you will need:
98
+ See the latest ` installation instructions `_.
99
99
100
- * python _ >= 2.6 (tested with 2.6, 2.7, 3.2 through 3.5)
101
- * numpy _ >= 1.6.0
102
- * scipy _ >= 0.9.0
103
- * sympy _ >= 0.7.0
104
- * nibabel _ >= 1.2
105
-
106
- You will probably also like to have:
100
+ License
101
+ =======
107
102
108
- * ipython _ for interactive work
109
- * matplotlib _ for 2D plotting
110
- * mayavi _ for 3D plotting
103
+ We use the 3-clause BSD license; the full license is in the file ``LICENSE `` in
104
+ the nipy distribution.
111
105
106
+ .. links:
112
107
.. _python : http://python.org
113
108
.. _numpy : http://numpy.scipy.org
114
109
.. _scipy : http://www.scipy.org
115
110
.. _sympy : http://sympy.org
116
111
.. _nibabel : http://nipy.org/nibabel
117
112
.. _ipython : http://ipython.org
118
113
.. _matplotlib : http://matplotlib.org
119
- .. _mayavi : http://code.enthought.com/projects/mayavi/
120
114
.. _nose : http://nose.readthedocs.org/en/latest
121
115
.. _mock : https://pypi.python.org/pypi/mock
122
-
123
- License
124
- =======
125
-
126
- We use the 3-clause BSD license; the full license is in the file ``LICENSE ``
127
- in the nipy distribution.
116
+ .. _installation instructions : http://nipy.org/nipy/users/installation.html
Original file line number Diff line number Diff line change 70
70
.. _pypi : http://pypi.python.org
71
71
.. _example pypi : http://packages.python.org/an_example_pypi_project/setuptools.html#intermezzo-pypirc-file-and-gpg
72
72
.. _github bdist_mpkg : https://github.com/matthew-brett/bdist_mpkg
73
+ .. _wheel : https://pypi.python.org/pypi/wheel
74
+ .. _install pip with get-pip.py : https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py
73
75
74
76
.. Code support stuff
75
77
.. _pychecker : http://pychecker.sourceforge.net/
76
78
.. _pylint : http://www.logilab.org/project/pylint
77
79
.. _pyflakes : http://divmod.org/trac/wiki/DivmodPyflakes
78
80
.. _virtualenv : http://pypi.python.org/pypi/virtualenv
79
- .. _git : http ://git.or.cz/
81
+ .. _git : https ://git-scm.com
80
82
.. _flymake : http://flymake.sourceforge.net/
81
83
.. _rope : http://rope.sourceforge.net/
82
84
.. _pymacs : http://pymacs.progiciels-bpi.ca/pymacs.html
107
109
.. _python (x, y) : https://python-xy.github.io/
108
110
.. _EPD : http://www.enthought.com/products/epd.php
109
111
.. _EPD free : http://www.enthought.com/products/epd_free.php
110
- .. _Anaconda CE : https://store .continuum.io/
112
+ .. _Anaconda : https://www .continuum.io/downloads
111
113
.. _Unofficial Windows binaries : http://www.lfd.uci.edu/~gohlke/pythonlibs
112
114
113
115
.. Python imaging projects
You can’t perform that action at this time.
0 commit comments