Skip to content

Commit

Permalink
Update README.md (#29)
Browse files Browse the repository at this point in the history
* Update README.md

* pre-commit autofixes

---------

Co-authored-by: grst <[email protected]>
  • Loading branch information
grst and grst authored Oct 2, 2024
1 parent 9d8a156 commit 8b139a0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8b139a0

Please sign in to comment.