Dragonfly extension for translation to Trane TRACE.
pip install -U dragonfly-trace
import dragonfly_trace- Clone this repo locally
git clone git@github.com:ladybug-tools/dragonfly-trace
# or
git clone https://github.com/ladybug-tools/dragonfly-trace- Install dependencies:
cd dragonfly-trace
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_trace
sphinx-build -b html ./docs ./docs/_build/docs
