Python

Overview

Below are some general installation instructions for setting up Python and any modules you might need. ATLAS tools use the latest version of python 2.7.X. (https://packaging.python.org/installing/)

  1. Upgrade to latest version of pip
python -m pip install -U pip setuptools
  1. Run python get-pip.py
  2. Add pip folder to PATH environment folder
  3. pip install numpy
  4. pip install -U PySide
  5. http://opencv-python-tutroals.readthedocs.io/en/latest/py_tutorials/py_setup/py_setup_in_windows/py_setup_in_windows.html
  6. pip install opencv-python