Platformio install command stopped working
Russ76 opened this issue · 3 comments
Russ76 commented
The included command line for installing Platformio no longer works. Did they move things in their repo?
atticusrussell commented
@Russ76 I think PlatformIO may have changed their install script's url. Give this one a try and let me know how it works for you:
python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py)"
https://docs.platformio.org/en/latest/core/installation/methods/installer-script.html
If it works, would you want to submit a PR updating the command in the README?
If not, I would also be happy to.
atticusrussell commented
Russ76 commented
Yes, I went to their web page and followed directions there! Thanks