Package script #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "make_installable"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR wraps the original script in a package, making it pip installable. High level of the changes:
python3 -m pota_local_progresswill work when installed by pip.Thanks, I had never really looked into packaging python scripts before. Followed the new instructions in the README and it works fine, though I had to run
pipx ensurepathwhen prompted. PR accepted, thanks for contributing!