From 8067343a74230cb0e4a30a9bb0d43f672210db22 Mon Sep 17 00:00:00 2001 From: Bernd Date: Sun, 27 Jul 2025 00:20:31 +0500 Subject: [PATCH] Updating readme --- readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index a57520c..47be249 100644 --- a/readme.md +++ b/readme.md @@ -1,8 +1,14 @@ -# How to build this app: +## How to build this app: `python -m venv anime_env` + `source anime_env/bin/activate` + `pip install pyinstaller` + `pyinstaller build.spec --clean` -# How to run this app without building: +Then run a binary: +`./dist/AnimeTracker/AnimeTracker` + +## How to run this app without building: `python frontend.py` \ No newline at end of file