From 78f9e935fe7c388836a2c28d0e696f7041b9586e Mon Sep 17 00:00:00 2001 From: Mattia Mancini <mancini@astron.nl> Date: Fri, 10 Dec 2021 13:53:19 +0100 Subject: [PATCH] Fix documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 824323d..b132ba6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Gather from the ATDB database the values of tasks. ### Installation ```bash # Using pip install (requires valid ssh key, until the repo is set to public) -pip install pip install -e "git+https://git.astron.nl/ldv/ldv_utils.git#egg=atdb-result_gatherer&subdirectory=atdb_result_gatherer" +pip install pip install -e "git+https://git.astron.nl/ldv/ldv_utils.git#egg=atdb-result-gather&subdirectory=atdb_result_gatherer" ``` ### Running @@ -56,7 +56,7 @@ Inspect the time elapsed between the transition of two states given a sas id. ### Installation ```bash # Using pip install (requires valid ssh key, until the repo is set to public) -pip install pip install -e "git+https://git.astron.nl/ldv/ldv_utils.git#egg=atdb-inspect-transition&subdirectory=atdb_inspect-transition" +pip install pip install -e "git+https://git.astron.nl/ldv/ldv_utils.git#egg=atdb-inspect-transition&subdirectory=atdb_inspect_transition" ``` ### Running -- GitLab