diff --git a/docs/references/installation.rst b/docs/references/installation.rst index 10a43be4..3a2119d8 100644 --- a/docs/references/installation.rst +++ b/docs/references/installation.rst @@ -6,10 +6,12 @@ If you are using Vessim for the first time, we recommend to clone and install th code and examples at hand: .. code-block:: console + pip install -e . Alternatively, you can also install our `latest release `_ via `pip `_: .. code-block:: console + pip install vessim \ No newline at end of file