Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 578 Bytes

install.md

File metadata and controls

25 lines (22 loc) · 578 Bytes

Install dependcies

  • Install python 2.7
  • Install pygui
  • Install dependencies
    • Install libssl-dev,python-gtk2, python-gtkglext1 on linux(Ubuntu) before using pip to install dependency
pip install paramiko appdirs pyopengl pyopengl-accelerate numpy functools32

  • Install Platform specific dependencies
    • Windows
    pip install pypiwin32
    
    
    • Mac OSX
    pip install pycoco