mirror of
https://github.com/ArcaneChat/server.git
synced 2026-07-03 14:05:37 +02:00
5 lines
152 B
Bash
Executable File
5 lines
152 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
|