From 8b139a0da397ef9eaf043dc9eee3de498ccbf305 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Wed, 2 Oct 2024 09:02:39 +0200 Subject: [PATCH] Update README.md (#29) * Update README.md * pre-commit autofixes --------- Co-authored-by: grst --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8729d58..de86791 100644 --- a/README.md +++ b/README.md @@ -117,13 +117,17 @@ companion package [`dso-r`](https://github.com/Boehringer-Ingelheim/dso-r) that DSO requires Python 3.10 or later. -You can install it with pip using +You can install the latest version with pip using ```bash -pip install git+https://github.com/Boehringer-Ingelheim/dso.git@main +pip install dso-core ``` -The tool will be made available on PyPI in the near future. +Alternatively, you can install the development version from GitHub: + +```bash +pip install git+https://github.com/Boehringer-Ingelheim/dso.git@main +``` ## Release notes