From 3a68431a214435255e977c3521907f0252bd9a77 Mon Sep 17 00:00:00 2001 From: Shiro-Nek0 Date: Thu, 26 Feb 2026 00:10:36 -0300 Subject: [PATCH] finish --- .gitignore | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca33990..2af4302 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -pos_database.db \ No newline at end of file +pos_database.db +ScannerGO/ScannerGO-* \ No newline at end of file diff --git a/README.md b/README.md index a9d724c..58cc0b3 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ chmod +x ScannerGO-linux If you're too afraid of Docker: ```bash -pip install Flask Flask-Login Flask-SocketIO requests eventlet +pip install -r requirements.txt python app.py ```