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 pybuoy`` - recommended to install any third party library in `python's virtualenv `_. - **with poetry**: ``poetry add pybuoy`` - automatically creates and manages `python's virtualenvs `_.