Skip to content

Commit

Permalink
docs: document local dev dependencies (#1147)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber authored Feb 8, 2024
1 parent e0b7f8c commit 3bb2e70
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bb2e70

Please sign in to comment.