Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 350 Bytes

install.rst

File metadata and controls

17 lines (10 loc) · 350 Bytes

Install ModernGL

.. py:module:: moderngl
.. py:currentmodule:: moderngl

$ pip install --upgrade ModernGL

This tutorial will also use numpy to generate data and Pillow to save the final image.

$ pip install --upgrade numpy Pillow

Proceed to the :doc:`next step <context>`.