Skip to content

Commit cfeefa6

Browse files
Update README.md
1 parent bd8d029 commit cfeefa6

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,24 @@
2222

2323
# Cursed-Python-Template
2424

25-
<br>
26-
2725
## How to Run:
26+
27+
### Install Requirements
28+
2829
```bash
2930
pip install -r requirements.txt
3031
```
32+
Or run install_requirements.bat
33+
3134
<br>
3235

36+
### Run main.py
37+
3338
```bash
3439
python main.py
3540
```
41+
Or run run.bat
42+
3643
<br>
3744

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

0 commit comments

Comments
 (0)