Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.1 KB

Build Status

lbt-recipes

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.

Installation

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!

Local Development

  1. Clone this repo locally
git clone git@github.com:ladybug-tools/lbt-recipes

# or

git clone https://github.com/ladybug-tools/lbt-recipes
  1. Install dependencies:
cd lbt-recipes
pip install -r dev-requirements.txt
pip install -r requirements.txt
  1. Run Tests:
python -m pytest ./tests