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:

  1. Clone the QUEASARS repository.

  2. Install poetry (installation guide).

  3. Run poetry install from within QUEASARS’ project directory to install its dependencies.