summaryrefslogtreecommitdiffhomepage
path: root/gui/scripts/README.md
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2021-03-19 10:24:49 +0100
committerAndrej Mihajlov <and@mullvad.net>2021-03-22 08:26:54 +0100
commit0d64acec71ad2af95dc9b4f141e5d7c204945bb6 (patch)
tree460b645e0a6a9a90ad2273264f3675d160233161 /gui/scripts/README.md
parentb5d9bb08cdae74a7fbc375d29311344bb5f89cdd (diff)
downloadmullvadvpn-0d64acec71ad2af95dc9b4f141e5d7c204945bb6.tar.xz
mullvadvpn-0d64acec71ad2af95dc9b4f141e5d7c204945bb6.zip
Mention GDAL/OGR in README.md
Diffstat (limited to 'gui/scripts/README.md')
-rw-r--r--gui/scripts/README.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/gui/scripts/README.md b/gui/scripts/README.md
index c8577e088a..cd9b723045 100644
--- a/gui/scripts/README.md
+++ b/gui/scripts/README.md
@@ -3,13 +3,20 @@ This is a folder with the supporting scripts written in Python 3, node, bash.
## Dependency installation notes
-1. Run the following command in terminal to install python dependencies:
+1. Install GDAL/OGR dependencies, which are required by Fiona python package.
+
+ You can install GDAL via Homebrew on macOS:
+ `brew install gdal`
+
+ For other platforms, please follow the guide on https://gdal.org/download.html#binaries
+
+2. Run the following command in terminal to install python dependencies:
`pip3 install -r requirements.txt`
-2. Run `npm install -g topojson-server` to install `geo2topo` tool which is
+3. Run `npm install -g topojson-server` to install `geo2topo` tool which is
used by python scripts to convert GeoJSON to TopoJSON
-3. Make sure you have gettext utilities installed.
+4. Make sure you have gettext utilities installed.
https://www.gnu.org/software/gettext/