install doveauth system-wide via pip

This commit is contained in:
missytake
2023-10-13 20:48:36 +02:00
parent 01f350fa0b
commit fbda0fb53c
4 changed files with 26 additions and 13 deletions

View File

@@ -4,5 +4,5 @@ chatmail-pyinfra/venv/bin/pip install pyinfra pytest
chatmail-pyinfra/venv/bin/pip install -e chatmail-pyinfra
chatmail-pyinfra/venv/bin/pip install -e doveauth
python3 -m venv doveauth/venv
doveauth/venv/bin/pip install pytest
doveauth/venv/bin/pip install pytest build
doveauth/venv/bin/pip install -e doveauth