# DynamicBuildingSimulation This tool #### dependencies You will need to install the following dependencies in your computer order to run the software; please take a look at the [install process](#installation) for your system-specific details ##### External software + INSEL 8 (https://insel4d.ca/en/download.html) + Simplified Radiosity Algorithm (mail to: guillermo.gutierrezmorote@concordia.ca) After installing these tools you should include their paths in Path. ##### Python libraries Those specified in requirements.txt ## installation ##### Linux / Mac Open a terminal and run the following commands. ``` $ mkdir MonthlyEnergyBalance $ cd MonthlyEnergyBalance $ git clone https://binarycat.org/git/PMAU/MonthlyEnergyBalance.git $ git clone https://rs-loy-gitlab.concordia.ca/PMAU/simplified_radiosity_algorith $ git clone https://rs-loy-gitlab.concordia.ca/Guille/libs $ python -m pip install requirements.txt ``` ##### Windows Open a terminal and run the following commands. ``` c:\> mkdir DynamicBuildingSimulation c:\> cd DynamicBuildingSimulation c:\> git clone https://binarycat.org/git/PMAU/DynamicBuildingSimulation.git c:\> python.exe -m pip install requirements.txt ``` #### usage ##### Linux / Mac Open a terminal and run the following command ``` $ python main.py ``` ##### Windows Open a terminal and run the following command. ``` c:\> python.exe main.py ```