Skip to content

Instantly share code, notes, and snippets.

@larsyencken
Last active December 17, 2015 18:39
Show Gist options
  • Save larsyencken/5655032 to your computer and use it in GitHub Desktop.
Save larsyencken/5655032 to your computer and use it in GitHub Desktop.
Install SimpleCV on OS X or Ubuntu with Marelle
# 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