classes_repartition/run_windows.sh
2026-07-02 12:08:56 +02:00

4 lines
97 B
Bash

python -m venv .venv
source .venv\Scripts\activate
pip install -r requirements.txt
python run.py