mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 18:57:12 +02:00
docs: mention atomic dpendency flags
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
This commit is contained in:
parent
40e244e05a
commit
c080847efc
@ -8,6 +8,14 @@ git submodule update --recursive --init
|
|||||||
### Install with dev dependencies
|
### Install with dev dependencies
|
||||||
uv pip install -e '.[dev]'
|
uv pip install -e '.[dev]'
|
||||||
|
|
||||||
|
This includes all dependencies for building, linting, testing, and checking in code.
|
||||||
|
If you optionally want to install only a subset of dev tools, replace 'dev' with the following flag:
|
||||||
|
|
||||||
|
build: package release deps
|
||||||
|
docs: documentation tools
|
||||||
|
lint: code linting, fixing, and type checking
|
||||||
|
test: unit and integration tests
|
||||||
|
|
||||||
## Miscellaneous
|
## Miscellaneous
|
||||||
|
|
||||||
### Setting up precommit hooks
|
### Setting up precommit hooks
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user