Installation#
MOSQITO is available on pip. Simply type in a shell the following command:
pip install mosqito
This command line should download and install MOSQITO on your computer, along with the dependencies needed to compute SQ metrics.
All SQ metrics computation functions are accessible via the following commands:
from mosqito import <function>
or
from mosqito.<module> import <function>