From ca3e476e91648f9d751ad6bc05668b0a8b7036ba Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Tue, 10 Dec 2024 11:13:45 +0100 Subject: [PATCH] Doc: Update installation guide / no-cache (#2623) --- documentation/python_installation.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/documentation/python_installation.rst b/documentation/python_installation.rst index eb4d87d59c..54acbddce1 100644 --- a/documentation/python_installation.rst +++ b/documentation/python_installation.rst @@ -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 +++++++++++++++++++++