Dragonfly extension for comparing dragonfly models with one another.
pip install dragonfly-comparison
import dragonfly_comparison
- Clone this repo locally
git clone git@github.com:ladybug-tools/dragonfly-comparison
# or
git clone https://github.com/ladybug-tools/dragonfly-comparison
- Install dependencies:
cd dragonfly-comparison
pip install -r dev-requirements.txt
pip install -r requirements.txt
- Run Tests:
python -m pytest tests/
- Generate Documentation:
sphinx-apidoc -f -e -d 4 -o ./docs ./dragonfly_comparison
sphinx-build -b html ./docs ./docs/_build/docs