Skip to content

Commit 98c2ccf

Browse files
authored
Merge pull request opencv#19586 from larryw3i:patch-2
* Update py_setup_in_ubuntu.markdown
1 parent af13f61 commit 98c2ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/py_tutorials/py_setup/py_setup_in_ubuntu/py_setup_in_ubuntu.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Installing OpenCV-Python from Pre-built Binaries
2222

2323
This method serves best when using just for programming and developing OpenCV applications.
2424

25-
Install package [python-opencv](https://packages.ubuntu.com/trusty/python-opencv) with following command in terminal (as root user).
25+
Install package [python3-opencv](https://packages.ubuntu.com/focal/python3-opencv) with following command in terminal (as root user).
2626

2727
```
28-
$ sudo apt-get install python-opencv
28+
$ sudo apt-get install python3-opencv
2929
```
3030

3131
Open Python IDLE (or IPython) and type following codes in Python terminal.

0 commit comments

Comments
 (0)