Skip to content

Commit b5ff89d

Browse files
committed
DOC: Update installation instructions
Update installation instructions: - Update the dependencies versions. - `Canopy` is no longer maintained/available, so remove it. - Update the instal command to use `pip` as the build system has been changed and there is no `setup.py` file.
1 parent 674d9d5 commit b5ff89d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/installation_instructions.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Installation Instructions
66

77
Requirements
88
------------
9-
* `Python 2.x, 2.7 or superior <http://www.python.org>`_
10-
* `NumPy 1.6 or superior <http://www.numpy.org>`_
11-
* `nibabel 1.3.x <http://nipy.sourceforge.net/nibabel/>`_
12-
* If you want to be able to use VTK files to represent tractographies (like for interacting with slicer): `VTK 5.x installed along with its python wrappings <http://www.vtk.org>`_
9+
* `Python >= 3.9, <3.12 <http://www.python.org>`_
10+
* `NumPy >= 1.23, <2.0.0 <http://www.numpy.org>`_
11+
* `nibabel >= 3.0.0, <4.0.0 <http://nipy.sourceforge.net/nibabel/>`_
12+
* If you want to be able to use VTK files to represent tractographies (like for interacting with slicer): `VTK 8.2 installed along with its python wrappings <http://www.vtk.org>`_
1313

14-
All of these can be easily obtained from pre-packaged distributions such as `Canopy <https://www.enthought.com/products/canopy>`_ or `Anaconda <http://docs.continuum.io/anaconda/index.html>`_. In these cases, the packages corresponding to *VTK* and *nibabel* will need to be added.
14+
All of these can be easily obtained from pre-packaged distributions such as `Anaconda <http://docs.continuum.io/anaconda/index.html>`_. In these cases, the packages corresponding to *VTK* and *nibabel* will need to be added.
1515

1616
Installation
1717
------------
@@ -25,7 +25,7 @@ Downloading the source code from git::
2525
Installing::
2626

2727
cd tract_querier
28-
python setup.py install
28+
pip install .
2929

3030

3131
Now you can check if the installation worked::

0 commit comments

Comments
 (0)