Added pyserial install to installation script.
This commit is contained in:
parent
953a64459a
commit
6c22c5ff7d
3 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -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
3
requirements.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
pyserial
|
||||||
|
numpy
|
||||||
|
wmi # only for windows
|
Loading…
Add table
Reference in a new issue