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 af13f61 commit 98c2ccfCopy full SHA for 98c2ccf
doc/py_tutorials/py_setup/py_setup_in_ubuntu/py_setup_in_ubuntu.markdown
@@ -22,10 +22,10 @@ Installing OpenCV-Python from Pre-built Binaries
22
23
This method serves best when using just for programming and developing OpenCV applications.
24
25
-Install package [python-opencv](https://packages.ubuntu.com/trusty/python-opencv) with following command in terminal (as root user).
+Install package [python3-opencv](https://packages.ubuntu.com/focal/python3-opencv) with following command in terminal (as root user).
26
27
```
28
-$ sudo apt-get install python-opencv
+$ sudo apt-get install python3-opencv
29
30
31
Open Python IDLE (or IPython) and type following codes in Python terminal.
0 commit comments