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

Add pip -U

parent 8b8730fe
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 platformio
yes | pip install -U platformio
# 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