[TOC]

概述

python环境

安装python环境,截止目前为止我安装的环境是python3.9.17

2023.08.17

1
2
(base) frewen@FreweniMac ~ % python --version
Python 3.9.17

软件安装

安装opencv-python

1
2
3
pip install opencv-python

Successfully installed numpy-1.25.2 opencv-python-4.8.0.74