Updating readme

This commit is contained in:
Bernd 2025-07-27 00:20:31 +05:00
parent a4901ba2a4
commit 8067343a74

View File

@ -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`