Installation
To install UVisBox, follow the steps below:
Clone the Repository
Open a terminal and run:
git clone https://github.com/ouermijudicael/UVisBox.git cd UVisBox
- 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.
pip install poetry poetry install
- Runing Examples
The examples directory contains several Python scripts that demonstrate how to use the uvisbox library. To run an example, use poetry run:
poetry run python examples/uncertainty_tube.py
If you encounter any issues, please open an issue on the project’s GitHub page.