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")
if not pm.is_installed("pyglm"):
pm.install("pyglm")
if not pm.is_installed("community"):
pm.install("community")
if not pm.is_installed("python-louvain"):
pm.install("python-louvain")
import moderngl
from imgui_bundle import imgui, immapp, hello_imgui