CodeCast_Client/install.sh
András Wiesner b45fcb1c33 initial
2026-02-19 10:22:50 +01:00

6 lines
93 B
Bash
Executable File

#!/bin/bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt