Embodied and operational energy tools developed for the "Designing for low emissions" research studio. University of Washington, College of Built Environments, Department of Architecture.
To install studio2021 from a local source repo, clone the repo onto your computer using your Favourite Git client, or using the command line.
Then navigate to the root of the studio2021 repo and install using pip:
cd studio2021
pip install -e .To install directly from the GitHub repo, just do
$ pip install git+https://github.com/Design-Machine-Group/studio2021.gitTo check the installation, open an interactive Python prompt and import the package.
>>> import studio2021studio2021 is released under the MIT license.