diff --git a/README.md b/README.md index 34ae07f..470888e 100644 --- a/README.md +++ b/README.md @@ -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 --------------------