From 9e8eb6b9cc93557c1a6ca63f3321304da14fb319 Mon Sep 17 00:00:00 2001 From: Jonathan Giffard <39745127+LackOfMorals@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:18:51 +0000 Subject: [PATCH] Address comment from Daniel Reverted to put back the full stop as per the comment from Daniel. --- docs/modules/ROOT/pages/developer-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/developer-guide.adoc b/docs/modules/ROOT/pages/developer-guide.adoc index ab43d9f..e90ce54 100644 --- a/docs/modules/ROOT/pages/developer-guide.adoc +++ b/docs/modules/ROOT/pages/developer-guide.adoc @@ -10,7 +10,7 @@ to activate the virtual environment. Next, run: ---- -pip install --editable +pip install --editable . ---- to install the dependencies. Then you can run the CLI: ----