Skip to content

Commit 2f6c3e0

Browse files
Update README.md
1 parent 26a519e commit 2f6c3e0

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,23 @@
2323
# Python-Template
2424

2525
## How to Run:
26+
27+
### Install Requirements
28+
2629
```bash
2730
pip install -r requirements.txt
2831
```
32+
Or run install_requirements.bat
33+
2934
<br>
3035

36+
### Run main.py
37+
3138
```bash
3239
python main.py
3340
```
41+
Or run run.bat
42+
3443
<br>
3544

3645
To make the setup script executable, run the following command in your terminal:

0 commit comments

Comments
 (0)