Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 543 Bytes

File metadata and controls

25 lines (22 loc) · 543 Bytes

Requirements

  • The latest version of PIP
  • The latest version of virtualenv
  • Python 3.x

Installation

  • 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