# CONDA cheatsheet ```bash conda create --name opencv3 ``` ```bash conda install -c menpo opencv3 ```