mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2026-08-31 12:46:38 +00:00
docs: use uv for development setup
This commit is contained in:
+3
-10
@@ -27,13 +27,10 @@ message style checks.
|
|||||||
|
|
||||||
### Setup development environment
|
### 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
|
```bash
|
||||||
python -m venv .venv
|
uv sync --extra dev
|
||||||
source .venv/bin/activate
|
|
||||||
pip install -r requirements-dev.txt
|
|
||||||
pip install -e .
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Install make to get access to helpful shortcuts (documentation generation, manual formatting, etc.).
|
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
|
You may use [`commitizen`](https://commitizen-tools.github.io/commitizen) also to create a
|
||||||
commit message and commit your change.
|
commit message and commit your change.
|
||||||
|
|
||||||
## Thank you!
|
## Thank you!
|
||||||
|
|
||||||
And last but not least thanks to all our contributors
|
|
||||||
|
|
||||||
[](https://github.com/Akkudoktor-EOS/EOS/graphs/contributors)
|
|
||||||
Reference in New Issue
Block a user