[VSCode+python+opencv installation configuration]


1. VSCode download

Download the client or server on the Vscode official website computer task, and then install it all the way

Two, Python installation

Download the required version from the Python official website , choose to add its path to the system variable during installation, and then modify the mirror source: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple, you can also use it by the way Install yapf (check code) + flake8 (for grammar beautification),

3. Opencv installation and configuration

Download the corresponding Opencv-Python local installation package and install it locally with the pip install command

Four, VSCode configuration

1. Search for Python in VSCode>File>Preferences>Extension and install

Guess you like

Origin blog.csdn.net/qq_37249793/article/details/131548424