A collection of recipes that ship with the Ladybug Tools plugins.
This includes Radiance recipes for daylight and radiation studies using Radiance.
It also includes microclimate mapping recipes, which spatially map thermal comfort using EnergyPlus/OpenStudio and Radiance.
pip install -U lbt-recipes
To check if command line interface is installed correctly use lbt-recipes viz
and you
should get a viiiiiiiiiiiiizzzzzzzzz!
back in response!
- Clone this repo locally
git clone git@github.com:ladybug-tools/lbt-recipes
# or
git clone https://github.com/ladybug-tools/lbt-recipes
- Install dependencies:
cd lbt-recipes
pip install -r dev-requirements.txt
pip install -r requirements.txt
- Run Tests:
python -m pytest ./tests