Installation
Using Pip
QUEASARS requires a python3 environment with python >= 3.9 and can be installed using the following pip command:
pip install queasars
From Source
QUEASARS’ development dependencies are managed using poetry . To install QUEASARS from source follow these instructions:
Clone the QUEASARS repository.
Install poetry (installation guide).
Run poetry install from within QUEASARS’ project directory to install its dependencies.