Skip to content

Commit 4bd218d

Browse files
Update README.md
1 parent b3187a4 commit 4bd218d

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

README.md

+31-2
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,41 @@ RunTime.PythonDLL + @"";
4040

4141
<br>
4242

43-
To make the setup script executable, run the following command in your terminal:
43+
## How to Run:
44+
45+
### Install Requirements
46+
47+
Using Python directly:
48+
49+
```bash
50+
pip install -r requirements.txt
51+
```
52+
Or run:
53+
- `install_requirements.bat`
54+
55+
56+
<br>
57+
58+
### Run main.py
59+
60+
Using Python directly:
4461

4562
```bash
46-
chmod +x setup.sh
63+
python main.py
4764
```
4865

66+
Using provided scripts:
67+
68+
Windows:
69+
- `.\run.bat`
70+
or
71+
- `.\run.ps1`
72+
73+
Unix-like systems (Linux/macOS):
74+
- `.\run.sh`
75+
76+
<br>
77+
4978
<br>
5079

5180
```bash

0 commit comments

Comments
 (0)