mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
451 B
451 B
TODO: link to here from sphinx docs
Setting up precommit hooks
pre-commit install
Fetching submodules
git submodule update --recursive --init
Installing dev dependencies
uv pip install -e .[dev]
Building documentation
sphinx-build -M html source build -a
Building standalone DZGUI release binaries
- Run
./scripts/dl_pyapp.sh - Run
python3 scripts/release.py - Generate a release and tag against the bundled
dzguiexecutable