Skip to content

Commit

Permalink
docs: complete requirements list for dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia authored Dec 10, 2024
1 parent abe9737 commit 494640c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/develop/Development-Environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ The easiest way, to handle these Python dependencies is to run your
development from within a virtual environment.

```sh
sudo apt install libsqlite3-mod-spatialite
sudo apt install libsqlite3-mod-spatialite osm2pgsql \
postgresql-postgis postgresql-postgis-scripts \
pkg-config libicu-dev virtualenv
```

To set up the virtual environment with all necessary packages run:
Expand Down

0 comments on commit 494640c

Please sign in to comment.