Skip to content

Commit

Permalink
More instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hnzlmnn committed Feb 15, 2021
1 parent 72152d5 commit a4fb230
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions presentation/demo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# FOSSGIS Seminar WS20/21 Interpolation Demo
## Setup
The program requires Python3 with the GDAL module available.
### Windows
We recommend using [OSGeo4W](https://www.osgeo.org/projects/osgeo4w/) and then activating the python 3 environment within the OSGeo4W Shell using `py3_env`.
### Linux/Mac
Although not tested you should be able to install GDAL through [pip](https://pypi.org/project/GDAL/). As the program requires Python3, make sure to install the pacakge for Python3 and not Python2.
We recommend
## Instructions
Use `demo.py --help` to list available options.
### Windows
Expand Down

0 comments on commit a4fb230

Please sign in to comment.