Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.03 KB

WPI CS 4732 Project 0: Hello, Animated Cube!

by Daniel Beckwith

Demo

Installation

First, make sure Python 3.5 is installed. Then, use pip to install the dependencies:

pip install -r requirements.txt

This will install the PyQt5, PyOpenGL, and PyQt3D packages. If you're on Windows and pip can't install some of the packages, you may have to download the appropriate wheel files from here and install them using pip:

pip install path/to/wheel1 path/to/wheel2 ...

You may want to do this in a Virtual Environment if you don't have administrative privilages.

Usage

From the project root, run the python module with the help option to see its usage:

python -m proj0 --help