Core library for EAR data analytics.
Since version 5.0.0, ear_analytics_core was uploaded to PyPI and can be installed via pip:
pip install ear_analytics_coreAlternatively, you can install it from source by cloning the repository and running:
pip install -U pip
pip install build setuptools wheel
python -m build
pip install .You can change the destination path by exporting the variable
PYTHONUSERBASE. Tool's developers may want to usepip install -e .to install the package in editable mode, so there is no need to reinstall every time you want to test a new feature.