pip3换源 更新 拉取opencv

换源 其它的源可自行替换
pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
更新
pip3 install --upgrade pip
拉取opencv
pip3 install --index-url https://pypi.douban.com/simple opencv-python

你可能感兴趣的:(python,opencv,python)