We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3187a4 commit 4bd218dCopy full SHA for 4bd218d
README.md
@@ -40,12 +40,41 @@ RunTime.PythonDLL + @"";
40
41
<br>
42
43
-To make the setup script executable, run the following command in your terminal:
+## 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
61
62
```bash
-chmod +x setup.sh
63
+python main.py
64
```
65
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
77
78
79
80
0 commit comments