install-platformio.sh 91 B

12345
  1. # install PlatformIO
  2. sudo pip install -U platformio
  3. # update PlatformIO
  4. platformio update