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 60ff2df commit 39504ebCopy full SHA for 39504eb
README.md
@@ -57,18 +57,40 @@ pip install PyOpenGL PyOpenGL_accelerate
57
58
<br>
59
60
+## How to Run:
61
+
62
+### Install Requirements
63
64
+Using Python directly:
65
66
```bash
67
pip install -r requirements.txt
68
```
69
+Or run:
70
+- `install_requirements.bat`
71
72
73
+ <br>
74
75
+### Run main.py
76
77
78
79
80
python main.py
81
-To make the setup script executable, run the following command in your terminal:
82
-```bash
-chmod +x setup.sh
-```
83
+Using provided scripts:
84
85
+Windows:
86
+- `.\run.bat`
87
+or
88
+- `.\run.ps1`
89
90
+Unix-like systems (Linux/macOS):
91
+- `.\run.sh`
92
93
94
95
96
pip install Cython==3.0.11
0 commit comments