diff --git a/Home.md b/Home.md index 29f1724..d8b8d4a 100644 --- a/Home.md +++ b/Home.md @@ -25,6 +25,11 @@ pip install -r requirements.txt ``` *There might be issues with the installation of the package `psycopg2` (python-postgresql package) which is not available on all linux distributions for building. If the installation for `psycopg2` fails, rename the requirement to `psycopg2-binary` and rerun the command to use a pre-build version of this package.* +### Docker +If you are interested in running this project in a docker container, you may check out the `Docker` branch: https://git.naturschutz.rlp.de/SGD-Nord/konova/src/branch/Docker + +Please read the `README.md` on this branch for a detailed instruction on how to run the dockered project. + ## Setup On a fresh installation you need to create the postgresql database first: ```