mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
5 lines
101 B
Bash
Executable File
5 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
python3 -m venv venv
|
|
venv/bin/pip install pyinfra
|
|
venv/bin/pip install -e chatmail-pyinfra
|