Skip to content

Commit

Permalink
DOC: Installation instructions for the CUDA-compatible Python package
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rit committed Nov 4, 2022
1 parent 21dd15e commit cbebbad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,18 @@ Installation is currently not supported for independent RTK compilations.

Pre-compiled binaries
---------------------
We only provide pre-compiled binaries for the Python package which depends on ITK. Use the following commands to install RTK module with `pip`.
We only provide pre-compiled binaries for the Python package which depends on ITK. Use the following commands to install the RTK module with `pip`.
```
python -m pip install --upgrade pip
python -m pip install itk-rtk
```

The same operating systems and Python versions are supported as ITK's packages, see the list on [Pypi](https://pypi.org/project/itk-rtk).

We also provide pre-compiled [CUDA](https://developer.nvidia.com/cuda-toolkit) packages for Windows and Linux. They require an installed version of CUDA 11.6. Use the following command instead of the above one to install the CUDA RTK module with `pip`.
```
python -m pip install itk-rtk-cuda116
```

Getting started
---------------
See [GettingStarted.md](GettingStarted.md). Your `CMakeLists.txt` can now use RTK when importing ITK as shown in the [FirstReconstruction's CMakeLists.txt](https://github.com/SimonRit/RTK/blob/master/examples/FirstReconstruction/CMakeLists.txt#L7).

0 comments on commit cbebbad

Please sign in to comment.