From 976ec8913ffcf3de7eb62dc8128f53020f651b1b Mon Sep 17 00:00:00 2001 From: Hilmar Magnusson Date: Thu, 14 Nov 2024 08:23:31 +0100 Subject: [PATCH] first commit --- README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..50e72ab --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +# 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 +