Getting Started

The next steps show how to install the buildings_analytics package using the Terminal (Mac) or the Anaconda Prompt (Windows).

pip install git+https://github.com/franaudo/PA.git

Install dependencies

The required dependencies are:

  • pandas

  • matplotlib

All dependencies must be installed in the same environment where buildings_analytics resides.

To install the other packages through the command line, we type:

(slab_analyzer) $ conda install pandas matplotlib

Check your installation

Launch an interactive Python interpreter by typing python on the command line. To make sure that buildings_analytics and all its dependencias are installed, after launching a python interpreter from the command line, let’s type:

>>> import slab_analyzer
>>> import pandas

If no errors arise, congratulations! You have a working installation of buildings_analytics.