Skip to content

Commit 6a1d112

Browse files
...
1 parent 18b59d0 commit 6a1d112

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,15 @@ To make the setup script executable, run the following command in your terminal:
2525
chmod +x setup.sh
2626
```
2727

28+
29+
pip install Cython==3.0.11
30+
pip install PyOpenGL PyOpenGL_accelerate
31+
2832
opencv-python==4.6.0
2933
opencv-contrib-python==4.6.0.66
3034
matplotlib>=3.9.2
3135
numpy>=1.26.2
36+
pygame
3237

3338

3439
<br>

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ opencv-python==4.6.0
22
opencv-contrib-python==4.6.0.66
33
matplotlib>=3.9.2
44
numpy>=1.26.2
5+
pygame

0 commit comments

Comments
 (0)