Skip to content

Commit

Permalink
Add instructions for windows users
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Sep 21, 2020
1 parent 876051a commit cd903f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ You can use **otoole** to generate a GNU MathProg data file from the dataset wit
```bash
# Install the OSeMOSYS toolkit
pip install otoole>=0.5.4
# Download the dataset and build a GNU MathProg datafile (on Linux or OSX use curl, otherwise download manually and unzip)
# Download the dataset and build a GNU MathProg datafile
# On Linux or OSX use wget
wget https://zenodo.org/record/3707794/files/OSeMOSYS/simplicity-v0.2.1.zip
unzip simplicity-v0.2.1.zip -d simplicity
# Otherwise download manually and unzip, and then...
otoole convert datapackage datafile simplicity/OSeMOSYS-simplicity-11a3a26/datapackage.json ./simplicity.txt
# Solve the model
glpsol -m OSeMOSYS.txt -d simplicity.txt
Expand Down

0 comments on commit cd903f5

Please sign in to comment.