This is an umbrella project that contains other python projects as submodules.
This includes
git clone git@github.com:adamlwgriffiths/Py3D.git
cd Py3D
git submodule init
git submodule update
pip install -r requirements.txt
Run some examples in PyGLy!
cd Py3D
python pygly/examples/core/simple/main.py
If your graphics card does not support OpenGL 3+, use the examples found in examples/legacy. Most examples have both a core and legacy version.