anime-tracker-qt/readme.md
2025-07-26 14:03:18 +05:00

8 lines
206 B
Markdown

# 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:
`python frontend.py`