Updating readme
This commit is contained in:
parent
a4901ba2a4
commit
28615b3d5e
10
readme.md
10
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`
|
Loading…
Reference in New Issue
Block a user