Installation ============ Installing from PyPI ----------------------- Robpy is available on PyPI, to install it run the following command: .. code-block:: bash 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: .. code-block:: bash poetry build