From 400a4d1608753c37cc95aff9a231ea0deb58bdef Mon Sep 17 00:00:00 2001 From: Normann Date: Tue, 18 Aug 2026 11:54:16 +0200 Subject: [PATCH] docs: use uv for development setup --- CONTRIBUTING.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 28135cf4..fac3e247 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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! \ No newline at end of file