This commit is contained in:
Shiro-Nek0
2026-02-26 00:10:36 -03:00
parent ad0fb66b7a
commit 3a68431a21
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@@ -1 +1,2 @@
pos_database.db pos_database.db
ScannerGO/ScannerGO-*

View File

@@ -47,7 +47,7 @@ chmod +x ScannerGO-linux
If you're too afraid of Docker: If you're too afraid of Docker:
```bash ```bash
pip install Flask Flask-Login Flask-SocketIO requests eventlet pip install -r requirements.txt
python app.py python app.py
``` ```