diff --git a/README.md b/README.md index 447038e..ebcac15 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,11 @@ The install.sh script includes: sudo pip install fiona sudo pip install Django==1.8 +Windows users might find the file requirements_win64.pip helpful. +Follow the commented instructions inside it and use this to install packages: + + pip install -r requirements_win64.pip + ## Notes The Django app use shapely and Fiona, to learn more about these see: diff --git a/converter/main/templates/index.html b/converter/main/templates/index.html index 137f033..0584743 100644 --- a/converter/main/templates/index.html +++ b/converter/main/templates/index.html @@ -64,7 +64,7 @@

Step 2: Define Parameters

- +