mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 05:13:01 +00:00
fix error in web v2
This commit is contained in:
@@ -25,6 +25,10 @@ source venv_web_v2/bin/activate
|
||||
echo "Installing dependencies..."
|
||||
pip install -r requirements_web_v2.txt
|
||||
|
||||
# Install rgbmatrix module from local source
|
||||
echo "Installing rgbmatrix module..."
|
||||
pip install -e rpi-rgb-led-matrix-master/bindings/python
|
||||
|
||||
# Run the web interface
|
||||
echo "Starting web interface on http://0.0.0.0:5001"
|
||||
python web_interface_v2.py
|
||||
Reference in New Issue
Block a user