diff --git a/docs/source/installation.rst b/docs/source/installation.rst index f95f2f3aa..5a653a9f6 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -65,3 +65,11 @@ Specific versions of FESTIM can be installed with:: with the desired version tag. For example:: pip install FESTIM==0.9 + +To upgrade FESTIM to the latest version, run:: + + pip install --upgrade FESTIM + +To uninstall FESTIM, run:: + + pip uninstall FESTIM \ No newline at end of file