# Create EKG Schedule
based on https://python.plainenglish.io/solving-the-resource-constrained-project-scheduling-problem-rcpsp-with-python-and-pyomo-001cffd5344a
$ python -m venv ekg
$ source ekg/bin/activate
$ pip install -r requirements.txt