diff --git a/notes.md b/notes.md index 37231f5..ba6cac1 100644 --- a/notes.md +++ b/notes.md @@ -26,12 +26,21 @@ sudo apt-get install fswebcam fswebcam -r 320x240 -d /dev/video0 -v ~/webcam-test.jpg - sudo apt-get install python3 - + #sudo apt-get install python3 #sudo apt-get install python3-websocket #sudo apt-get install python3-websockets - #sudo apt-get install python3-socketio-client + #sudo apt-get install python3-pip + #sudo pip3 install socketio-client + + + https://gist.github.com/dschep/24aa61672a2092246eaca2824400d37f + sudo easy_install-3.6 -U pip + sudo pip3 install socketio-client + python3.6 test.py + + + sudo apt-get install python3-pip sudo pip3 install socketio-client