Skip to content

Commit fc6181d

Browse files
authored
Update README.md
1 parent cb200a9 commit fc6181d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,17 @@
3737
- [ ] Design
3838

3939
</details>
40+
41+
## :computer: Run on CMD/Terminal
42+
> For Beta 1.0
43+
```bash
44+
python main.py
45+
```
46+
## :computer: Create a EXE file
47+
> For Beta 1.0
48+
```bash
49+
pip install pyinstaller
50+
```
51+
```bash
52+
pyinstaller --onefile main.py
53+
```

0 commit comments

Comments
 (0)