# NOT RUN {
# for the latest version of EnergyPlus
download_eplus("latest", dir = tempdir())
install_eplus("latest")
# for a specific version of EnergyPlus
download_eplus(8.8, dir = tempdir())
install_eplus(8.8)
# }
Run the code above in your browser using DataLab