Added pyserial install to installation script.

This commit is contained in:
= 2025-08-18 23:04:54 -04:00
parent 953a64459a
commit 6c22c5ff7d
3 changed files with 5 additions and 1 deletions

View file

@ -8,7 +8,7 @@ from commands import Commands, send_command
# External Dependencies # External Dependencies
import numpy as np import numpy as np
import serial # pyserial import serial # pip install pyserial, apt install python3-serial
from serial.tools import list_ports from serial.tools import list_ports

View file

@ -1,3 +1,4 @@
sudo apt install python3-serial
chmod +x run.sh chmod +x run.sh
rm -f fwledmonitor.service || true rm -f fwledmonitor.service || true
cat <<EOF >>./fwledmonitor.service cat <<EOF >>./fwledmonitor.service

3
requirements.txt Normal file
View file

@ -0,0 +1,3 @@
pyserial
numpy
wmi # only for windows