Skip to content

Commit

Permalink
docs: add recommendation for icc
Browse files Browse the repository at this point in the history
  • Loading branch information
gampnico committed Oct 31, 2024
1 parent 20177de commit dc0aa00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ Creating the static file requires GDAL:
The ``richdem`` package cannot be installed using pip for Python 3.11+.
For more recent versions of python, please install dependencies using conda/mamba.

The `icc_rt` package may provide a performance boost on some systems.

.. code-block:: bash
pip install icc-rt # with pip
mamba install icc_rt -c numba # with conda/mamba
Installation from Source
------------------------

Expand Down

0 comments on commit dc0aa00

Please sign in to comment.