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

6 lines
88 B
Bash
Raw Normal View History

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