This Python application reads data from my zettelkasten and formats it so that it can be compiled as a Neuron project and from there published as a static-site on the Web.
source venv/bin/activate
neuron-zk-generator
pipx install [local_path_to_application]
neuron-zk-generator
pipx uninstall neuron-zk-generator
pipx install [local_path_to_application]
Use pyinstaller
to create single executable file. pyinstaller
is installed
along with other packages specified in setup.py
.
From root:
pyinstaller -F src/app.py
# -F compiles to single file
Outputs to neuron-zk-generator/dist/app
.
Sourcing the executable:
/home/thomas/repos/neuron-zk-generator/dist/app