Installation instructions

Asali is based on different open-source codes:

  • BEERQ: Add beer quotes.
  • Cantera: Software for estimation of thermodynamic and transport properties based on the kinetic gas theory and NASA database.
  • Numpy: Python library for scientific computing.
  • Matplotlib: Python library for scientific plotting.
  • Sympy: Python library for symbolic mathematics.
  • PySide6: Qt-based package for graphical interface.
  • Anaconda: Python package handler.

Asali has been tested on different Operating System (OS). If it is not working on yours, please send us an email.

Requirements installation

Asali is based on Anaconda, which can be downloaded and installed by following the instruction here.

Installation

To install Asali source code follow these instructions:

conda env create -f environment.yml
conda activate asaligui
python app.py

To create the executable file follow these instructions:

conda activate asaligui
conda install pyinstaller -c conda-forge
pyinstaller --clean asali.spec