From a2555722099b8950143880225d9848eb4f74c704 Mon Sep 17 00:00:00 2001 From: Terence Tuhinanshu Date: Mon, 27 Dec 2021 23:05:55 +0000 Subject: [PATCH] Add instructions to run locally --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 64d090a..e36be32 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ Ensure you have Python 3.9 and [pipenv](https://pipenv.pypa.io/en/latest/) avail $ pipenv sync ``` +### Running Locally + +```bash +$ pipenv run ./run.py --json test/integrationtests/input_4_output.json test/integrationtests/input_4.gms +``` + ### Testing ```bash