You install it with `pip install bio_tools_app`, then run commands like `bio_tools install alphafold3` or `bio_tools run proteinmpnn --version` etc.
This smooths over the complexities of installing these tools, which often depend on [mutually exclusive] python environments in a mix of PyPi-capable and Conda. I use it as a shared library between a python web app and a rust standalone GUI program. (Molchanica)