************ Installation ************ The reccommended way to install QuLTRA is via pip by running the following command in your terminal: .. code-block:: pip install qultra If you want to install the latest development version, you can clone the repository and install it using pip: .. code-block:: git clone https://github.com/SimonaZaccaria/QuLTRA.git cd QuLTRA pip install -e . Requirements ================ QuLTRA requires Python 3.10 or later. The following packages are required: * numpy, tested on version 3.1 * scipy>=1.15.2, tested on version 1.15.2 * tabulate, tested on version 0.9.0 * mpmath>=1.3.0, tested on version 1.3.0