2021-06-17 13:02:50 -04:00
# DynamicBuildingSimulation
2020-05-18 13:56:54 -04:00
2021-06-17 13:02:50 -04:00
This tool
2020-05-18 13:56:54 -04:00
#### 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
2021-06-17 13:02:50 -04:00
Those specified in requirements.txt
2020-05-18 13:56:54 -04:00
## installation
##### Linux / Mac
Open a terminal and run the following commands.
```
$ mkdir MonthlyEnergyBalance
$ cd MonthlyEnergyBalance
$ git clone https://binarycat.org/git/PMAU/MonthlyEnergyBalance.git
2021-06-17 13:02:50 -04:00
$ git clone https://rs-loy-gitlab.concordia.ca/PMAU/simplified_radiosity_algorith
$ git clone https://rs-loy-gitlab.concordia.ca/Guille/libs
2020-05-18 13:56:54 -04:00
$ python -m pip install requirements.txt
```
##### Windows
Open a terminal and run the following commands.
```
2021-06-17 13:02:50 -04:00
c:\> mkdir DynamicBuildingSimulation
c:\> cd DynamicBuildingSimulation
c:\> git clone https://binarycat.org/git/PMAU/DynamicBuildingSimulation.git
2020-05-18 13:56:54 -04:00
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
```