I believe it would potentially handy to extend Installation section of the docs and mention that one can easily install bosectl using pipx (https://pypi.org/project/pipx/):
git clone https://github.com/aaronsb/bosectl.git
cd bosectl/python
pipx install .
and from now on, bosectl shall be available as any other CLI tool.
I believe it would potentially handy to extend Installation section of the docs and mention that one can easily install bosectl using pipx (https://pypi.org/project/pipx/):
and from now on,
bosectlshall be available as any other CLI tool.