Cyber-Oto

Results 2 comments of Cyber-Oto

Both ways produce the same result. `git clone https://github.com/pimoroni/fanshim-python` results in ``` Cloning into 'fanshim-python'... remote: Enumerating objects: 6, done. remote: Counting objects: 100% (6/6), done. remote: Compressing objects: 100%...

It seems that you are still using Python **2** and missing `pip`. You can check what Python package is available, e.g. `pacman -Qs python-pip`. If there is no output after...