Installation¶
pybuoy is supported on Python 3.10+ and can be installed with either pip or a package manager like poetry:
with pip:
pip install pybuoyrecommended to install any third party library in python’s virtualenv.
with poetry:
poetry add pybuoyautomatically creates and manages python’s virtualenvs.