OpenCV 0. 환경 구축

Jungyu Jin·2021년 12월 27일
0

OpenCV-Practice

목록 보기
1/14
  • 아나콘다 업데이트
conda update conda
  • 모든 패키지 업데이트
conda update --all
  • PIP 업데이트
python -m pip install --upgrade pip
  • OpenCV 설치
pip install opencv-python
pip install opencv-contrib-python
  • 설치 결과
    설치 완료

0개의 댓글