This commit is contained in:
Patrick_Pluto 2024-10-09 13:15:35 +02:00
parent f268a1b930
commit 70196beeff

View file

@ -6,7 +6,7 @@ npm install
npm run build
cd py
python -m venv venv
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt