sudo apt-get install arp-scan
sudo apt-get install libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-devMake arp-scan accessible to your user (potentially unsafe but whatever):
sudo chmod u+s $(which arp-scan)Install ngrok:
# For arm systems
wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-arm.tgz
tar -zxvf ngrok-stable-linux-arm.tgz
rm ngrok-stable-linux-arm.tgzPyGame dependencies:
sudo apt-get install libsdl-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-ttf2.0-dev
sudo apt-get install libsmpeg-dev libportmidi-dev libavformat-dev libswscale-devOpenCV dependencies (not sure if necessary):
sudo apt-get install libopencv-dev python-opencvsudo apt-get install python-scipyWebcam:
sudo apt-get install fswebcamInstall Python Dependencies:
pip install -r requirements.txt