fixed pipmaster install

This commit is contained in:
Saifeddine ALOUI
2025-02-04 00:28:33 +01:00
parent 14b5adc15c
commit 6a4e1b1401

View File

@@ -17,8 +17,8 @@ if not pm.is_installed("imgui_bundle"):
pm.install("imgui_bundle") pm.install("imgui_bundle")
if not pm.is_installed("pyglm"): if not pm.is_installed("pyglm"):
pm.install("pyglm") pm.install("pyglm")
if not pm.is_installed("community"): if not pm.is_installed("python-louvain"):
pm.install("community") pm.install("python-louvain")
import moderngl import moderngl
from imgui_bundle import imgui, immapp, hello_imgui from imgui_bundle import imgui, immapp, hello_imgui