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