From 11412dbfd99ef9bb88e946f2eb0a53bc1b7bc3db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20Haitz=20Legarreta=20Gorro=C3=B1o?= Date: Mon, 16 Dec 2024 04:01:51 -0500 Subject: [PATCH] DOC: Update installation instructions (#73) 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. --- doc/installation_instructions.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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::