fixed pipmaster install
This commit is contained in:
parent
14b5adc15c
commit
6a4e1b1401
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue