mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 16:34:39 +00:00
7 lines
224 B
Bash
Executable File
7 lines
224 B
Bash
Executable File
#!/bin/sh
|
|
python3 -m venv chatmail-pyinfra/venv
|
|
chatmail-pyinfra/venv/bin/pip install pyinfra
|
|
chatmail-pyinfra/venv/bin/pip install -e chatmail-pyinfra
|
|
python3 -m venv doveauth/venv
|
|
doveauth/venv/bin/pip install -e doveauth
|