Skip to content

Commit

Permalink
Merge pull request #1 from Lamroy95/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
k4m454k authored Dec 8, 2020
2 parents d616e9b + e544c01 commit ed4e334
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,14 @@
#### Linux
- `apt-get install libgeos-dev`

#### Windows [BIG TROUBLE, 14GB Dependencies]
- Use Docker =)
#### Windows
- Manually download and install two python packages (GDAL and Fiona):
- Download [GDAL .whl file](https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal) for your version of python (Python 3.8 - ...cp38....whl)
- Download [Fiona .whl file](https://www.lfd.uci.edu/~gohlke/pythonlibs/#fiona)
- Install GDAL: `pip install path\to\gdal.whl`
- Install Fiona: `pip install path\to\fiona.whl`
- Finally, install map-poster-creator: `pip install map-poster-creator`
- Or just use Docker =)

#### MacOS
- `brew install geos`
Expand Down

0 comments on commit ed4e334

Please sign in to comment.