Installing pyautogui on Rpi
Posted: Wed Sep 16, 2015 11:27 pm
Hi,
I am trying to install the pyautogui package on my Rpi using the Linux instructions at: https://pyautogui.readthedocs.org/en/la ... stall.html
But when I run:
I get:
Am I correct that I should have pip3 automatically with python3? Any suggestions appreciated.
Cheers,
Alex
I am trying to install the pyautogui package on my Rpi using the Linux instructions at: https://pyautogui.readthedocs.org/en/la ... stall.html
But when I run:
Code: Select all
sudo pip3 install python3-xlib
Code: Select all
Sudo: pip3: command not found Cheers,
Alex