Skip to content
Snippets Groups Projects
Commit c1946f48 authored by Charles JAVERLIAT's avatar Charles JAVERLIAT
Browse files

Update pio install instructions

parent fdb23247
No related branches found
No related tags found
No related merge requests found
......@@ -460,7 +460,7 @@ PlatformIO will be necessary if we want to flash program to microcontrollers con
Note that we do not recommend building directly microcontrollers programs on the Raspberry Pi, as it can be pretty slow compared to a regular computer. To tackle this issue, you can use the `pio remote agent` to build locally on your computer, and just delegate the work of flashing the program on the microcontrollers to the Raspberry Pi.
```sh
yes | pip install -U platformio
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
# Install udev rules
sudo curl -s https://raw.githubusercontent.com/platformio/platformio-core/master/scripts/99-platformio-udev.rules -o /etc/udev/rules.d/99-platformio-udev.rules
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment