docs: use uv for development setup

This commit is contained in:
Normann
2026-08-18 11:54:16 +02:00
parent 886c93c92b
commit 400a4d1608
+3 -10
View File
@@ -27,13 +27,10 @@ message style checks.
### Setup development environment
Setup virtual environment, then activate virtual environment and install development dependencies.
Use `uv` to create the virtual environment and install development dependencies.
```bash
python -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt
pip install -e .
uv sync --extra dev
```
Install make to get access to helpful shortcuts (documentation generation, manual formatting, etc.).
@@ -88,8 +85,4 @@ enforce the [`Conventional Commits`](https://www.conventionalcommits.org) commit
You may use [`commitizen`](https://commitizen-tools.github.io/commitizen) also to create a
commit message and commit your change.
## Thank you!
And last but not least thanks to all our contributors
[![Contributors](https://contrib.rocks/image?repo=Akkudoktor-EOS/EOS)](https://github.com/Akkudoktor-EOS/EOS/graphs/contributors)
## Thank you!