online-image-node/setup.sh
2024-06-13 03:35:36 +02:00

10 lines
128 B
Bash
Executable file

#!/bin/sh
set -e
cd "$(dirname "$(realpath "$0")")"
python -m venv venv
. venv/bin/activate
pip install -r requirements.txt