PyOpenGLng is made available on the PyPI repository at https://pypi.python.org/pypi/PyOpenGLng
Run this command to install the last release:
pip install PyOpenGLng
The PyOpenGLng source code is hosted at https://github.com/FabriceSalvaire/PyOpenGLng
To clone the Git repository, run this command in a terminal:
git clone git@github.com:FabriceSalvaire/PyOpenGLng.git
Then to build and install PyOpenGLng run these commands:
python setup.py build
python setup.py install