linting
This commit is contained in:
@@ -134,4 +134,3 @@ The viewer is particularly useful for:
|
|||||||
This tool is part of LightRAG and is distributed under the MIT License. See `LICENSE` for more information.
|
This tool is part of LightRAG and is distributed under the MIT License. See `LICENSE` for more information.
|
||||||
|
|
||||||
Note: This visualization tool is an optional component of the LightRAG package. Install with the [tools] option to access the viewer functionality.
|
Note: This visualization tool is an optional component of the LightRAG package. Install with the [tools] option to access the viewer functionality.
|
||||||
|
|
||||||
|
@@ -10,7 +10,7 @@ import numpy as np
|
|||||||
import networkx as nx
|
import networkx as nx
|
||||||
import pipmaster as pm
|
import pipmaster as pm
|
||||||
|
|
||||||
#Added automatic libraries install using pipmaster
|
# Added automatic libraries install using pipmaster
|
||||||
if not pm.is_installed("moderngl"):
|
if not pm.is_installed("moderngl"):
|
||||||
pm.install("moderngl")
|
pm.install("moderngl")
|
||||||
if not pm.is_installed("imgui_bundle"):
|
if not pm.is_installed("imgui_bundle"):
|
||||||
|
Reference in New Issue
Block a user