mirror of
https://rs-loy-gitlab.concordia.ca/PMAU/DynamicBuildingSimulation.git
synced 2024-11-14 06:50:29 -05:00
291b66d5a9
# Conflicts: # .idea/DynamicBuildingSimulation.iml # .idea/misc.xml # main.py # tests/tmp/Montreal.cli # tests/tmp/Montréal_sra.xml |
||
---|---|---|
.idea | ||
helpers | ||
insel | ||
tests | ||
.gitignore | ||
main.py | ||
README.md | ||
requirements.txt |
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 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