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