Remove old comment. Update requirements.txt
This commit is contained in:
parent
a26161cf64
commit
6a7e80ef94
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
chmod +x run.sh
|
chmod +x run.sh
|
||||||
# If first arg is of form :n it will set DISPLAY to :n. Default is :0
|
|
||||||
dsp=$DISPLAY
|
dsp=$DISPLAY
|
||||||
args="$*"
|
args="$*"
|
||||||
rm -f fwledmonitor.service || true
|
rm -f fwledmonitor.service || true
|
||||||
|
|
|
@ -2,4 +2,4 @@ pyserial
|
||||||
numpy
|
numpy
|
||||||
psutils
|
psutils
|
||||||
psutil
|
psutil
|
||||||
evdev
|
pynput
|
Loading…
Add table
Reference in a new issue