Update .gitignore, README.md

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2022-08-29 23:00:43 +07:00
parent 168fb5f99b
commit d7bf7f8e52
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@
/dist
/upx
/venv
*.spec

View File

@@ -11,3 +11,10 @@
```
python main.py
```
---
Сборка:
```
pyinstaller --clean --console --onefile --upx-dir=upx\ --name show_computer_boot_up_time main.py
```