Revision history [back]
I just downloaded and tested. YES, IDF+ does work on mac!
Steps to download and install:
- Download zip file from bitbucket and extract.
- open terminal, cd to directory, run the following commands
- python3 setup.py build
- python3 setup.py install
- python3 main.py
The last one launches IDF+. I had to locate the idd file from energy plus to open an idf file. It looks like you can also put idd files in /Users/username/Library/Application\ Support/IDFPlus/ and it will find them there. It also copies the idd there once you've located it so you don't need to locate the idd again for that version.
I just downloaded and tested. YES, IDF+ does work on mac!
Steps to download and install:
- Download zip file from bitbucket and extract.
- open terminal, cd to directory, run the following commands
- python3 setup.py build
- python3 setup.py install
- python3 main.py
The last one launches IDF+. I had to locate the idd file from energy plus to open an idf file. It looks like you can also put idd files in /Users/username/Library/Application\ Support/IDFPlus/ and it will find them there. It also copies the idd there once you've located it so you don't need to locate the idd again for that version.IDF+
I just downloaded and tested. YES, IDF+ does work on mac!
Steps to download and install:
- Download zip file from bitbucket
andand extract. - open terminal, cd to directory, run the following commands
- python3 setup.py build
- python3 setup.py install
- python3 main.py
The last one launches IDF+
I just downloaded and tested.
YES, IDF+ does work on mac!
Steps to download and install:
- Download zip file from bitbucket and extract.
- open terminal, cd to directory, run the following commands
- python3 setup.py build
- python3 setup.py install
- python3 main.py
The last one launches IDF+
mac!