"arduino.pip install ... " ide on ubunto

Linux docs say to use "arduino.pip install ... " to install additional python libraries needed in the sandbox. When I do this from a terminal I get "Command 'arduino.pip' not found, but can be installed with: sudo snap install arduino". Am I doing something wrong?

answered my own question :slight_smile: First run "sudo snap install arduino" then "arduino.pip install ...." for me i needed "arduino.pip install serial"

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.