Skip to content

Instantly share code, notes, and snippets.

@riku179
Last active March 26, 2020 13:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riku179/b98921227c66b874c23b6f563b858337 to your computer and use it in GitHub Desktop.
Save riku179/b98921227c66b874c23b6f563b858337 to your computer and use it in GitHub Desktop.
How to use OpenCV with Python3 in ArchLinux
  • procedure
$ sudo pacman -S opencv
$ sudo pip install numpy
  • check
$ python
>>> import cv2
>>> cv2.__version__
'3.1.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment