Closed friedkeenan closed 5 years ago
For this you need the cwiid python library (for python 2, it can be installed from here or with sudo apt install python-cwiid, for python 3 it can be installed from here). I decided to have the shebang use python 3 because python 2 is yucky.
cwiid
sudo apt install python-cwiid
Thanks!
For this you need the
cwiid
python library (for python 2, it can be installed from here or withsudo apt install python-cwiid
, for python 3 it can be installed from here). I decided to have the shebang use python 3 because python 2 is yucky.