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