Skip to content

Commit

Permalink
Merge pull request festim-dev#891 from festim-dev/new-pip-commands
Browse files Browse the repository at this point in the history
New pip commands in documentation
  • Loading branch information
RemDelaporteMathurin authored Oct 25, 2024
2 parents 7dbfedf + 3a4420a commit 6ec0543
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6ec0543

Please sign in to comment.