Files
Class-Widgets/run.sh

5 lines
74 B
Bash

#!/bin/bash
python3 -m venv venv
source venv/bin/activate
python3 main.py