Setup deltachat dependency in init.sh

This commit is contained in:
link2xt 2023-10-22 11:47:40 +00:00 committed by holger krekel
parent fcd3194eb1
commit 02205246dd

View File

@ -3,6 +3,6 @@ set -e
python3 -m venv venv python3 -m venv venv
pip=venv/bin/pip pip=venv/bin/pip
$pip install pyinfra pytest build 'setuptools>=68' tox $pip install pyinfra pytest build 'setuptools>=68' tox deltachat
$pip install -e deploy-chatmail $pip install -e deploy-chatmail
$pip install -e chatmaild $pip install -e chatmaild