From 26416b6bd27407e277ba9b429859295b0710b2a9 Mon Sep 17 00:00:00 2001 From: zargot Date: Wed, 13 Nov 2024 11:07:38 -0500 Subject: [PATCH] doc/man: update install branch for v1 release --- docs/manual/chapters/install.qmd | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/manual/chapters/install.qmd b/docs/manual/chapters/install.qmd index 6e6fedd5..ca003e55 100644 --- a/docs/manual/chapters/install.qmd +++ b/docs/manual/chapters/install.qmd @@ -19,12 +19,9 @@ distribution. `python` and `pip` is used below, but they may also be called Install the package: ```bash -pip install git+https://github.com/Big-Life-Lab/PHES-ODM-sharing.git@impl +pip install git+https://github.com/Big-Life-Lab/PHES-ODM-sharing.git ``` -(The `impl` branch must be used for now, until it's merged into the main -branch.) - You're done! You can now explore how to get started in @sec-getting-started. ## Development