Skip to content

Commit

Permalink
Change to readme OpenCV install command
Browse files Browse the repository at this point in the history
Old install command is not working. Changed to new from https://anaconda.org/menpo/opencv3
  • Loading branch information
quadhd committed Dec 17, 2016
1 parent 4e64a20 commit 5c678a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ Once you have Anaconda installed, first double check you are in your Python 3 en
run the following commands at the terminal prompt to get OpenCV:

`> pip install pillow`
`> conda install -c https://conda.anaconda.org/menpo opencv3`
`> conda install -c menpo opencv3=3.1.0`

then to test if OpenCV is installed correctly:

Expand Down

0 comments on commit 5c678a6

Please sign in to comment.