Skip to content

Commit a0fd0b3

Browse files
...
1 parent d4a1d8f commit a0fd0b3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
# AR-Python-OpenCV
1414

15+
### arucoPoseObject.py not tested!
16+
1517
## How to Run:
1618
```bash
1719
pip install -r requirements.txt
@@ -25,16 +27,18 @@ To make the setup script executable, run the following command in your terminal:
2527
chmod +x setup.sh
2628
```
2729

28-
arucoPoseObject.py not tested!
29-
30+
```bash
3031
pip install Cython==3.0.11
3132
pip install PyOpenGL PyOpenGL_accelerate
33+
```
3234

35+
```bash
3336
opencv-python==4.6.0
3437
opencv-contrib-python==4.6.0.66
3538
matplotlib>=3.9.2
3639
numpy>=1.26.2
3740
pygame
41+
```
3842

3943

4044
<br>

0 commit comments

Comments
 (0)