You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this were a pypi package, it could be installed simply as a CLI tool with pipx install qr-backup. No need to have a clunky build system or manually install anything.
The text was updated successfully, but these errors were encountered:
There essentially is a bash script, although it could be expanded per-distro to be more complete: https://github.com/za3k/qr-backup/blob/master/docs/INSTALL.md#other-linux-bsd
If you would like to update CLI install for a particular distro, or fix for modern python packaging by putting in a venv, feel free to offer doc patches. I would be happy to accept them.
There is no build script. I wonder if you've misunderstood something? qr-backup is a single python file.
The Makefile only builds the debian package, so it only needs to be run by me. It's not used to generate a binary.
If this were a pypi package, it could be installed simply as a CLI tool with
pipx install qr-backup
. No need to have a clunky build system or manually install anything.The text was updated successfully, but these errors were encountered: