You will need Python and pip
installed on your computer.
The following command will install the latest published version of owlplanner and all its dependencies:
pip install -r ui/requirements.txt
Open a command line terminal and cd
to the directory where you installed Owl.
From the top directory after downloading run:
python -m build
pip install -e .
Just run the script:
owlplanner.cmd
Edit version and data in pyproject.toml. Then,
rm dist
python -m build
twine upload --repository testpypi dist/*