forked from santoshphilip/eppy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Install eppy and fetch input files online santoshphilip#431
The `/docs/Main_Tutorial.ipynb` notebook now depends on the `eppy` package, along with one `.idd` file and three `.idf` files. Previously, the notebook assumed that the package was already installed and that the files were present in local storage at specific locations. With this commit, the `eppy` package is installed with `pip`, and the required input files are fetched online. The `.idd` file is obtained from the `v23.2.0` tag of the EnergyPlus project and it comes encoded in CP-1252. It is expected to remain stable in the future. The `.idf` files are now fetched from the `master` branch of this repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters