mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
7 lines
122 B
Bash
Executable File
7 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
python3 -m venv --upgrade-deps venv
|
|
|
|
venv/bin/pip install -e chatmaild
|
|
venv/bin/pip install -e cmdeploy
|