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