当前位置:主页 > 软件编程 > Python代码 >
时间:2021-06-02 08:20:27 | 栏目:Python代码 | 点击:次
一、打开命令行,输入
python -v
二、这里以OpenCV为例,cv2为OpenCV模块名,接着输入
import cv2
结果如下