From 5dbd9ff5f730b3faa71eb1da929b161b2c3b2443 Mon Sep 17 00:00:00 2001 From: Niels Claes Date: Fri, 17 Sep 2021 15:30:57 +0200 Subject: [PATCH] fixed typo in docs --- docs/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 9688b477..3c2fded8 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -137,7 +137,7 @@ cd post_processing python setup.py develop ``` This will automatically install the listed [dependencies](/getting-started/installation/#post-processing) if they are not already installed. Activate any conda/virtualenv environment -beforehand in order to install pylbo there. The `develop` argument means that you the package will be automatically updated whenever +beforehand in order to install pylbo there. The `develop` argument means that the package will be automatically updated whenever you update the repository. ## Sourcing the folder