From e544c016a02f9273e78878effda369cbee1d3db1 Mon Sep 17 00:00:00 2001 From: Lamroy95 <50185460+Lamroy95@users.noreply.github.com> Date: Tue, 8 Dec 2020 19:55:20 +0300 Subject: [PATCH] Update README.md Add alternative windows installation --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d644f65..b231965 100644 --- a/README.md +++ b/README.md @@ -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`