![]() | 1 | initial version |
You have a few options:
python -m pip install --target=C:/openstudioapplication-1.9.0/EnergyPlus/python_lib -r requirements.txt
Start your script with import sys; sys.path.insert(0, "/path/to/custom/folder")
. That custom folder could be in the resources/
subdirectory of your measure.
Running in the OS SDK CLI directly, you have more flags
Options:
Python Options:
--python_path DIR Add additional directory to add to front of PYTHONPATH environment variable (may be used more than once)
--python_home DIR Set PYTHONHOME environment variable