Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Update installation instructions #73

Merged
merged 1 commit into from
Dec 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions doc/installation_instructions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Installation Instructions

Requirements
------------
* `Python 2.x, 2.7 or superior <http://www.python.org>`_
* `NumPy 1.6 or superior <http://www.numpy.org>`_
* `nibabel 1.3.x <http://nipy.sourceforge.net/nibabel/>`_
* 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>`_
* `Python >= 3.9, <3.12 <http://www.python.org>`_
* `NumPy >= 1.23, <2.0.0 <http://www.numpy.org>`_
* `nibabel >= 3.0.0, <4.0.0 <http://nipy.sourceforge.net/nibabel/>`_
* 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>`_

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.
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.

Installation
------------
Expand All @@ -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::
Expand Down
Loading