Dragonfly extension for Radiance simulation.
pip install dragonfly-radiance
To check if the command line interface is installed correctly
use dragonfly-radiance --help
.
import dragonfly_radiance
- Clone this repo locally
git clone [email protected]:ladybug-tools/dragonfly-radiance
# or
git clone https://github.com/ladybug-tools/dragonfly-radiance
- Install dependencies:
cd dragonfly-radiance
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_radiance
sphinx-build -b html ./docs ./docs/_build/docs