Skip to content

Commit

Permalink
Doc: Update installation guide / no-cache (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl authored Dec 10, 2024
1 parent 5e938b1 commit ca3e476
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions documentation/python_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,17 @@ If this worked, you can now import the Python module via::

If this does not work for you, please follow the full instructions below.

.. note::

To re-install a previously installed AMICI version with different
build options or changed system libraries, pass the ``--no-cache-dir``
option to ``pip`` to ensure a clean re-installation:

.. code-block:: bash
pip3 install --no-cache-dir amici
Installation on Linux
+++++++++++++++++++++

Expand Down

0 comments on commit ca3e476

Please sign in to comment.