mirror of
https://github.com/ArcaneChat/server.git
synced 2026-07-03 14:05:37 +02: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
|