Update installation.md

This commit is contained in:
apt105 2021-05-15 19:49:53 +01:00
parent 3791507683
commit 421c3dc436

View file

@ -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>