diff --git a/doc/installation_instructions.rst b/doc/installation_instructions.rst index 309ff0c..0e05699 100644 --- a/doc/installation_instructions.rst +++ b/doc/installation_instructions.rst @@ -6,12 +6,12 @@ Installation Instructions Requirements ------------ -* `Python 2.x, 2.7 or superior `_ -* `NumPy 1.6 or superior `_ -* `nibabel 1.3.x `_ -* 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 `_ +* `Python >= 3.9, <3.12 `_ +* `NumPy >= 1.23, <2.0.0 `_ +* `nibabel >= 3.0.0, <4.0.0 `_ +* 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 `_ -All of these can be easily obtained from pre-packaged distributions such as `Canopy `_ or `Anaconda `_. In these cases, the packages corresponding to *VTK* and *nibabel* will need to be added. +All of these can be easily obtained from pre-packaged distributions such as `Anaconda `_. In these cases, the packages corresponding to *VTK* and *nibabel* will need to be added. Installation ------------ @@ -25,7 +25,7 @@ Downloading the source code from git:: Installing:: cd tract_querier - python setup.py install + pip install . Now you can check if the installation worked::