Last active
December 17, 2015 18:39
-
-
Save larsyencken/5655032 to your computer and use it in GitHub Desktop.
Install SimpleCV on OS X or Ubuntu with Marelle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install marelle | |
bash -c "`curl https://raw.github.com/larsyencken/marelle/master/bootstrap.sh`" | |
# get some packages | |
mkdir -p ~/.marelle | |
git clone https://github.com/larsyencken/marelle-deps ~/.marelle/deps | |
# install simplecv | |
~/.local/bin/marelle meet simplecv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment