Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.08 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.08 KB

Build Status

lbt-recipes

A collection of recipes that ship with the Ladybug Tools plugins.

This includes Radiance recipes, which automate the process of running daylight and radiation studies using Radiance.

It also includes microclimate mapping recipes, which spatially map thermal comfort using EnergyPlus 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