Skip to content

Commit

Permalink
Add instructions to run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Dec 28, 2021
1 parent 785c11f commit a255572
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a255572

Please sign in to comment.