How To Use buildingmodelΒΆ

buildingmodel is a python package (i.e. a collection of subpackages and modules accompanied by an installer). As such, it can be used in three main ways :

  • imported in a user-defined script and launched by the python interpreter :

python my_script.py

For beginners, it may be easier to start from one of the tens of test scripts available from the /tests folder

  • imported in another package :

from buildingmodel import *
  • interactively in the Ipython Notebook launched using :

jupyter notebook

several example notebooks are available alongside the documentation.