mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-26 06:04:22 -08:00
add linux python3 installation
This commit is contained in:
parent
1726da02f4
commit
c979bdeaf1
|
@ -65,7 +65,11 @@ values={[
|
|||
]}>
|
||||
<TabItem value="linux">
|
||||
|
||||
TODO
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
sudo apt install -y python3 python3-pip python3-venv
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
<TabItem value="macos">
|
||||
|
|
Loading…
Reference in a new issue