Anaconda Cheat Sheet
https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf
Update
If you wanted to update you will type
conda update python
To update anaconda type
conda update anaconda
Git Clone
Issues
1. AttributeError: module 'cv2.dnn' has no attribute 'DNN_BACKEND_INFERENCE_ENGINE'
Resolution: Update opencv
- identify current opencv version
print(cv2.__version__)