From 9260c04ab29e653319a6067cbbbe0835e6bdd793 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Thu, 28 Nov 2024 23:14:07 +0100 Subject: [PATCH] docs: install --- docs/guide/install.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/guide/install.rst b/docs/guide/install.rst index 7a82056..c257c86 100644 --- a/docs/guide/install.rst +++ b/docs/guide/install.rst @@ -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 @@ -78,6 +86,6 @@ Running tests Assuming dev requirements are installed. -Run tests with ``tox``:: +Run tests with ``pytest``:: - pytest + pytest tests