* Update py_setup_in_ubuntu.markdown
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.