Skip to content

Commit

Permalink
Correct otoole syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Nov 20, 2019
1 parent c3ff935 commit 4874bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can use `v0.2` onwards of **otoole** to generate a GNU MathProg data file fr
# Install the OSeMOSYS toolkit
pip install otoole
# Download the dataset and build a GNU MathProg datafile
otoole prep datafile https://zenodo.org/record/3479823/files/OSeMOSYS/simplicity-v0.1a0.zip ./simplicity.txt
otoole convert datapackage datafile https://zenodo.org/record/3479823/files/OSeMOSYS/simplicity-v0.1a0.zip ./simplicity.txt
# Solve the model
glpsol -m OSeMOSYS.txt -d simplicity.txt
```

0 comments on commit 4874bfa

Please sign in to comment.