mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-27 14:39:54 -08:00
Update installation.md
This commit is contained in:
parent
3791507683
commit
421c3dc436
|
@ -21,6 +21,7 @@ Installation is easily done through the [Python package installer pip](https://p
|
||||||
{label: 'Windows', value: 'windows'},
|
{label: 'Windows', value: 'windows'},
|
||||||
]}>
|
]}>
|
||||||
<TabItem value="linux">
|
<TabItem value="linux">
|
||||||
|
|
||||||
* Check that your computer has the required serial drivers installed
|
* Check that your computer has the required serial drivers installed
|
||||||
* Connect your Meshtastic device to your USB port
|
* Connect your Meshtastic device to your USB port
|
||||||
* Use the command
|
* Use the command
|
||||||
|
@ -49,8 +50,10 @@ Installation is easily done through the [Python package installer pip](https://p
|
||||||
```bash
|
```bash
|
||||||
sudo pip3 install --upgrade meshtastic
|
sudo pip3 install --upgrade meshtastic
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="macos">
|
<TabItem value="macos">
|
||||||
|
|
||||||
* Check that your computer has the required serial drivers installed
|
* Check that your computer has the required serial drivers installed
|
||||||
* Connect your Meshtastic device to your USB port
|
* Connect your Meshtastic device to your USB port
|
||||||
* Navigate to `Apple Menu > About This Mac > System Report... > Hardware > USB`
|
* Navigate to `Apple Menu > About This Mac > System Report... > Hardware > USB`
|
||||||
|
@ -86,8 +89,10 @@ Installation is easily done through the [Python package installer pip](https://p
|
||||||
```bash
|
```bash
|
||||||
sudo pip3 install --upgrade meshtastic
|
sudo pip3 install --upgrade meshtastic
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="windows">
|
<TabItem value="windows">
|
||||||
|
|
||||||
* Check that your computer has the required serial drivers installed
|
* Check that your computer has the required serial drivers installed
|
||||||
* Connect your Meshtastic device to your USB port
|
* Connect your Meshtastic device to your USB port
|
||||||
* Open Device Manager
|
* Open Device Manager
|
||||||
|
@ -113,5 +118,6 @@ Installation is easily done through the [Python package installer pip](https://p
|
||||||
```powershell
|
```powershell
|
||||||
pip3 install --upgrade meshtastic
|
pip3 install --upgrade meshtastic
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
Loading…
Reference in a new issue