commit 976ec8913ffcf3de7eb62dc8128f53020f651b1b Author: Hilmar Magnusson Date: Thu Nov 14 08:23:31 2024 +0100 first commit 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 +