From 12d61ce5fc7b3e0263a19f1bca0dc96dc5af8f2d Mon Sep 17 00:00:00 2001 From: amandamalk0601 Date: Mon, 23 Oct 2023 11:33:26 +0200 Subject: [PATCH] minor fix in code-block directive --- docs/references/installation.rst | 2 ++ 1 file changed, 2 insertions(+) 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