This commit is contained in:
Saifeddine ALOUI
2025-02-03 23:17:43 +01:00
parent 57af1d1815
commit 61b06a3d1a
2 changed files with 3 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ Adjustable via UI control panel:
```bash ```bash
# Make sure you installed with the 'tools' option # Make sure you installed with the 'tools' option
pip install lightrag-hku[tools] pip install lightrag-hku[tools]
# Verify installation # Verify installation
pip list | grep lightrag-hku pip list | grep lightrag-hku
``` ```
@@ -102,7 +102,7 @@ Adjustable via UI control panel:
```bash ```bash
# Check OpenGL version # Check OpenGL version
glxinfo | grep "OpenGL version" glxinfo | grep "OpenGL version"
# Update graphics drivers if needed # Update graphics drivers if needed
``` ```
@@ -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.

View File

@@ -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"):