chatmail/scripts/initenv.sh

7 lines
124 B
Bash
Raw Normal View History

2023-12-10 18:40:09 +01:00
#!/bin/bash
set -e
python3 -m venv --upgrade-deps venv
2023-12-10 18:40:09 +01:00
venv/bin/pip install -e chatmaild
2023-12-11 17:12:47 +01:00
venv/bin/pip install -e cmdeploy