1. Installation

1.1. Dependencies

PyOpenGLng requires the following dependencies:

  • Python 2.7
  • Numpy
  • freetype-py
  • PyQt 4.9 for the high level API and the examples

1.2. Installation from PyPi Repository

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

1.3. Installation from Source

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