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