From 7bc012f2289fd843ae15af5baa9dd9434382530a Mon Sep 17 00:00:00 2001 From: tcsenpai Date: Mon, 3 Jun 2024 13:29:28 +0200 Subject: [PATCH] Building from source info added --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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 --------------------