Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 415 Bytes

installation.rst

File metadata and controls

23 lines (14 loc) · 415 Bytes

Installation

Install ModernGL with :command:`pip`:

$ pip install ModernGL

Version check:

$ python -m moderngl --version  # 5.0.0 and above
$ python -m ModernGL --version  # before 5.0.0

Note

  • The package name is "ModernGL" for ModernGL<5.0.0
  • The package name is "moderngl" for ModernGL>=5.0.0
.. toctree::
    :maxdepth: 2