From 3bb2e70822a2a21edeb254f4dd5cf656efddcc3c Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Thu, 8 Feb 2024 16:04:44 -0500 Subject: [PATCH] docs: document local dev dependencies (#1147) --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 9277536ed..ed45d4653 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,30 @@ To install development dependencies run: $ make install-dev ``` +## Local development + +Your local machine needs: + +* Docker +* Python + +`make lock` requires GDAL and Cython: + +```sh +$ brew install gdal +``` + +```sh +$ apt install gdal +``` + +### cython + +```sh +$ pip3 install cython +``` + + ## Generating GraphQL public documentation The API docs are generated by