Installation ============ To install **UVisBox**, follow the steps below: 1. **Clone the Repository** Open a terminal and run: .. code-block:: bash git clone https://github.com/ouermijudicael/UVisBox.git cd UVisBox 2. **Installation** This project uses use `poetry` for dependency management. If you don't have poetry installed, you can install it by following the instructions at https://python-poetry.org/docs/#installation. .. code-block:: bash pip install poetry poetry install 5. **Runing Examples** The `examples` directory contains several Python scripts that demonstrate how to use the `uvisbox` library. To run an example, use `poetry run`: .. code-block:: bash poetry run python examples/uncertainty_tube.py If you encounter any issues, please open an issue on the project's GitHub page.