Update PlatformIO

jlpoole 2026-02-18 14:53:40 -08:00
commit 8725ef7684

@ -126,7 +126,9 @@ You can explicitly create a Python virtual environment in your home folder and t
python3 -m venv [shortname for your environment, i.e. "rnsenv" meaning Reticulum Network Server ENVironment]
source ~.rnsenv/bin/activate
```
Your console will now have a visual cue that you are in your custom Python environment:
Your console will now have a visual cue, i.e. "(rnsenv)", that you are in your custom Python environment:
![console](img/20260218_114811_Wed.png)
Thereafter you install Python's platformio package: