update README

This commit is contained in:
kirby 2023-04-03 17:21:11 +02:00
parent cbd779fd93
commit b68f11b8cd

View File

@ -10,6 +10,14 @@ It runs with Django. The information are daily generated by an ansible playbook,
## Install
### Run with docker
```
docker-compose up
```
### On-premise
Dependencies in case of Debian 10.
```
apt install python3-venv libmariadb-dev-compat libmariadb-dev mariadb-client python3-dev gcc