Skip to content

Commit f8960aa

Browse files
Update README.md
1 parent 2f6c3e0 commit f8960aa

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,34 @@
2626

2727
### Install Requirements
2828

29+
Using Python directly:
30+
2931
```bash
3032
pip install -r requirements.txt
3133
```
32-
Or run install_requirements.bat
34+
Or run:
35+
- `install_requirements.bat`
3336

37+
3438
<br>
3539

3640
### Run main.py
3741

42+
Using Python directly:
43+
3844
```bash
3945
python main.py
4046
```
41-
Or run run.bat
4247

43-
<br>
48+
Using provided scripts:
4449

45-
To make the setup script executable, run the following command in your terminal:
50+
Windows:
51+
- `.\run.bat`
52+
or
53+
- `.\run.ps1`
4654

47-
```bash
48-
chmod +x setup.sh
49-
```
55+
Unix-like systems (Linux/macOS):
56+
- `.\run.sh`
5057

5158
<br>
5259

0 commit comments

Comments
 (0)