Instructions on how to bundle this package were taken from here: https://opensource.com/article/21/11/packaging-python-setuptools
To build this package, from the personal directory, run the following:
python3 -m build
To install this package, from the personal directory, run the following:
python3 -m pip install dist/personal-0.0.6.tar.gz
For copying and pasting, to do both:
python3 -m build; python3 -m pip install dist/personal-0.0.6.tar.gz