Skip to content

Instantly share code, notes, and snippets.

@patrickgill
Last active August 5, 2016 08:57
Show Gist options
  • Save patrickgill/9660af2757b4e43ebe1c43c38e7ec711 to your computer and use it in GitHub Desktop.
Save patrickgill/9660af2757b4e43ebe1c43c38e7ec711 to your computer and use it in GitHub Desktop.
install pyscenedetect on mac
# follow http://www.pyimagesearch.com/2015/06/15/install-opencv-3-0-and-python-2-7-on-osx/
# install numpy
sudo pip install numpy
# https://github.com/Breakthrough/PySceneDetect
sudo pip install pyscenedetect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment