This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
mochaserverpine64backup/RUN_THIS_TO_SETUP_VENV.sh

5 lines
88 B
Bash
Executable file

#!/usr/bin/bash
set -e
source "./venv/bin/activate"
pip install -Ur ./requirements.txt