2019-02-12 03:18:56 +00:00
|
|
|
set -e
|
2019-04-25 14:45:21 +01:00
|
|
|
python setup.py install # --user
|
|
|
|
# python samples/i2cgui.py /dev/ttyUSB0
|
|
|
|
make -f Makefile.sphinx latexpdf
|
2019-02-12 03:18:56 +00:00
|
|
|
exit
|
|
|
|
|
|
|
|
echo Python3:
|
|
|
|
python3 ./confirm.py 1
|
|
|
|
echo Python2:
|
|
|
|
python2 ./confirm.py 1
|
|
|
|
|
|
|
|
# ./thrash.py 3
|
|
|
|
./eve.py 9999
|
|
|
|
python3 ./watch.py
|