Updating readme
This commit is contained in:
parent
a4901ba2a4
commit
8067343a74
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`
|
`python -m venv anime_env`
|
||||||
|
|
||||||
`source anime_env/bin/activate`
|
`source anime_env/bin/activate`
|
||||||
|
|
||||||
`pip install pyinstaller`
|
`pip install pyinstaller`
|
||||||
|
|
||||||
`pyinstaller build.spec --clean`
|
`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`
|
`python frontend.py`
|
Loading…
Reference in New Issue
Block a user