- The latest version of PIP
- The latest version of virtualenv
- Python 3.x
- Virtual environment creation:
- virtualenv -p python3 env___name
- Environment activation:
- . env___name / bin / activate
- Package installation:
- pip install package___name
- Packages that should be installed are listed below:
- numpy
- scipy
- scikit-learn
- matplotlib
- tensorflow
- ipython
- jupyter
- OpenCV installation:
- pip install opencv-python
- pip install opencv-contrib-python