Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 469 Bytes

File metadata and controls

10 lines (8 loc) · 469 Bytes

InteractiveProgramming

This is the base repo for the interactive programming project for Software Design, Spring 2018 at Olin College.

Install PyGame: $ apt-get build-dep python-pygame $ apt-get install mercurial python-dev python-numpy ffmpeg libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev libsmpeg-dev libsdl1.2-dev libportmidi-dev libswscale-dev libavformat-dev libavcodec-dev $ pip install pygame

Install OpenCV: $ pip install opencv-python