chatmail/scripts/initenv.sh

7 lines
109 B
Bash
Raw Normal View History

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