Building from source info added

This commit is contained in:
tcsenpai 2024-06-03 13:29:28 +02:00
parent af0263a41a
commit 7bc012f228

View File

@ -76,6 +76,24 @@ If you prefer an alternative like `pipx`, `poetry` or manually handled
An entry point called `zundler` will appear in `~/.local/bin`.
Building from source
------------
Install `hatch` by
`pip install hatch`
Then run
`make clean`
`make build`
Move into the `dist` folder
`pip install zundler-yourproducedfilename.whl`
Bundling Sphinx docs
--------------------