Merge pull request #19586 from larryw3i:patch-2

* Update py_setup_in_ubuntu.markdown
pull/19593/head^2
Larry Wei 4 years ago committed by GitHub
parent af13f61a43
commit 98c2ccfaa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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
This method serves best when using just for programming and developing OpenCV applications.
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).
```
$ sudo apt-get install python-opencv
$ sudo apt-get install python3-opencv
```
Open Python IDLE (or IPython) and type following codes in Python terminal.

Loading…
Cancel
Save