python3 -m venv .venv source .venv/bin/activate
pip install .
cd integreat_chat python3 manage.py migrate python3 manage.py runserver