# cva **Repository Path**: mboss/cva ## Basic Information - **Project Name**: cva - **Description**: opencv 测试辅助界面 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-06 - **Last Updated**: 2024-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## python ``` cd .\python iwr -Uri "https://bootstrap.pypa.io/get-pip.py" -OutFile "get-pip.py" .\python.exe get-pip.py -i https://pypi.tuna.tsinghua.edu.cn/simple .\Scripts\pip.exe install opencv-python numpy -i https://pypi.tuna.tsinghua.edu.cn/simple ```