Development Version

Warning

If you use PlatformIO IDE, please enable development version and restart IDE:

Install the latest PlatformIO from the develop branch:

python -m pip install -U https://github.com/platformio/platformio-core/archive/develop.zip

If you want to be up-to-date with the latest develop version of PlatformIO, then you need to re-install PlatformIO each time you see a new commit in PlatformIO GitHub repository (branch: develop) like so:

python -m pip install -U https://github.com/platformio/platformio-core/archive/develop.zip

Or:

pio upgrade --dev

To revert to the latest stable version:

python -m pip uninstall platformio
python -m pip install -U platformio