Had to figure out how to install...
I copied the folder to my Pi using filezilla sftp (ssh file transfer protocol). sudo bash ./install didn't work... so it took some time to figure out it must be:
sudo python ./install
Would be better using file-extensions (install.py) and giving some accurate instructions for the install process.
Had to figure out how to install...
I copied the folder to my Pi using filezilla sftp (ssh file transfer protocol). sudo bash ./install didn't work... so it took some time to figure out it must be:
sudo python ./install
Would be better using file-extensions (install.py) and giving some accurate instructions for the install process.