opencv_webcam/setup.sh

3 lines
87 B
Bash

conda create -n ows python==3.8
conda activate ows
pip install -r ./requirements.txt -U