Skip to content

Commit 39504eb

Browse files
Update README.md
1 parent 60ff2df commit 39504eb

File tree

1 file changed

+26
-4
lines changed

1 file changed

+26
-4
lines changed

README.md

Lines changed: 26 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,40 @@ pip install PyOpenGL PyOpenGL_accelerate
5757

5858
<br>
5959

60+
## How to Run:
61+
62+
### Install Requirements
63+
64+
Using Python directly:
65+
6066
```bash
6167
pip install -r requirements.txt
6268
```
69+
Or run:
70+
- `install_requirements.bat`
71+
72+
73+
<br>
74+
75+
### Run main.py
76+
77+
Using Python directly:
6378

6479
```bash
6580
python main.py
6681
```
67-
To make the setup script executable, run the following command in your terminal:
6882

69-
```bash
70-
chmod +x setup.sh
71-
```
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+
<br>
7294

7395
```bash
7496
pip install Cython==3.0.11

0 commit comments

Comments
 (0)