Skip to content

Commit

Permalink
docs: install
Browse files Browse the repository at this point in the history
  • Loading branch information
einarf committed Nov 28, 2024
1 parent 9255621 commit 9260c04
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,19 @@ Optional dependencies for loaders::
# STL loading
pip install moderngl-window[trimesh]

imgui::

# imgui-bundle
pip install moderngl-window[imgui]

Installing dependencies for window types::

pip install moderngl-window[glfw]
pip install moderngl-window[pygame-ce]
pip install moderngl-window[pygame]
pip install moderngl-window[tk]
pip install moderngl-window[PySide2]
pip install moderngl-window[pyqt5]
pip install moderngl-window[glfw]
pip install moderngl-window[PySDL2]

Installing optional dependencies this way should ensure
Expand Down Expand Up @@ -78,6 +86,6 @@ Running tests

Assuming dev requirements are installed.

Run tests with ``tox``::
Run tests with ``pytest``::

pytest
pytest tests

0 comments on commit 9260c04

Please sign in to comment.