Installation
Installing from PyPI
Robpy is available on PyPI, to install it run the following command:
pip install robpy
Installing from source
Robpy was built using poetry, to build the package from source, clone the repository and run the following commands:
poetry build