Skip to content

Commit 2d06883

Browse files
2 parents 4343c29 + eb4c3ae commit 2d06883

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,23 @@
2121
<br>
2222

2323
# AR-Python-OpenCV
24-
## Augmented Reality with Python & OpenCV
24+
## Augmented Reality with Python. Aruco Markers & OpenCV
2525

2626
### arucoPoseObject.py not tested!
2727

2828
## How to Run:
29+
30+
```bash
31+
pip install Cython==3.0.11
32+
pip install --upgrade pip setuptools wheel
33+
pip install path_to_downloaded_wheel.whl
34+
pip install PyOpenGL PyOpenGL_accelerate
35+
```
36+
2937
```bash
3038
pip install -r requirements.txt
3139
```
40+
3241
```bash
3342
python main.py
3443
```
@@ -40,6 +49,8 @@ chmod +x setup.sh
4049

4150
```bash
4251
pip install Cython==3.0.11
52+
pip install --upgrade pip setuptools wheel
53+
pip install path_to_downloaded_wheel.whl
4354
pip install PyOpenGL PyOpenGL_accelerate
4455
```
4556

@@ -48,6 +59,7 @@ opencv-python==4.6.0
4859
opencv-contrib-python==4.6.0.66
4960
matplotlib>=3.9.2
5061
numpy>=1.26.2
62+
PyOpenGL==3.1.7
5163
pygame
5264
```
5365

0 commit comments

Comments
 (0)