Installation¶
From source (recommended for development)¶
git clone https://github.com/sensorlab/eCAL.git
cd eCAL
pip install -e ".[dev]"
From PyPI¶
pip install ecal-energy
Building these docs¶
To build this documentation locally, install the docs extra:
pip install -e ".[docs]"
cd docs
make html