We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6c3e0 commit f8960aaCopy full SHA for f8960aa
README.md
@@ -26,27 +26,34 @@
26
27
### Install Requirements
28
29
+Using Python directly:
30
+
31
```bash
32
pip install -r requirements.txt
33
```
-Or run install_requirements.bat
34
+Or run:
35
+- `install_requirements.bat`
36
37
38
<br>
39
40
### Run main.py
41
42
43
44
45
python main.py
46
-Or run run.bat
47
- <br>
48
+Using provided scripts:
49
-To make the setup script executable, run the following command in your terminal:
50
+Windows:
51
+- `.\run.bat`
52
+or
53
+- `.\run.ps1`
54
-```bash
-chmod +x setup.sh
-```
55
+Unix-like systems (Linux/macOS):
56
+- `.\run.sh`
57
58
59
0 commit comments