Update PlatformIO
parent
e04063e634
commit
8725ef7684
1 changed files with 3 additions and 1 deletions
|
|
@ -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]
|
python3 -m venv [shortname for your environment, i.e. "rnsenv" meaning Reticulum Network Server ENVironment]
|
||||||
source ~.rnsenv/bin/activate
|
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:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
Thereafter you install Python's platformio package:
|
Thereafter you install Python's platformio package:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue