Installation on Linux Platform

Installation on Linux Platform

You can install PinPong by entering sudo pip install pinpong in the terminal.

$ sudo pip install pinpong

Installation on Linux Platform

For help, enter pinpong in the terminal to output the current version information, official documentation URL, library list view, and port number.

Starting Your First Program

  1. Connect the Arduino Uno board to your computer.
  2. Copy the code of the "blink" example program from the "PINPONG Examples" in this document to your Python editor and run the code.
  3. Next, please check out other tutorials or run other example programs to further your learning.

linux_quickstart4