Upload files to "r"

This commit is contained in:
s490133 2024-06-23 17:40:58 +02:00
parent 9a2c9e46e4
commit bd4f0bf510
2 changed files with 13 additions and 0 deletions

10
r/run.bat Normal file
View File

@ -0,0 +1,10 @@
@echo off
start http://127.0.0.1:5000
REM
pip install -r instalacja.txt
REM
python main.py
REM
pause

3
r/run.sh Normal file
View File

@ -0,0 +1,3 @@
pip install -r instalacja.txt
python main.py
xdg-open http://127.0.0.1:5000