mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Add link to standalone executables
This commit is contained in:
parent
d2c922a916
commit
9eda259082
|
@ -11,9 +11,11 @@ There are many ways to connect to your newly flashed device. Below is a quicksta
|
||||||
|
|
||||||
### Commandline Interface (CLI)
|
### Commandline Interface (CLI)
|
||||||
|
|
||||||
The CLI is currently the best way to manage your settings. It is feature rich and well documented. The [settings pages](/docs/settings) have examples for each user preference for the device. The CLI is included in the [Meshtastic-python](https://github.com/meshtastic/Meshtastic-python) project. If you'd like to use python to interface with a device, see the [API documentation](https://python.meshtastic.org).
|
The CLI is currently the best way to manage your settings. It is feature rich and well documented. The [settings pages](/docs/settings) have examples for each user preference for the device. The CLI is available as a standalone executable for Windows, Mac OS or linux or as part of the [Meshtastic-python](https://github.com/meshtastic/Meshtastic-python) project. If you'd like to use python to interface with a device, see the [API documentation](https://python.meshtastic.org).
|
||||||
|
|
||||||
To install/upgrade Meshtastic-python, see below:
|
To install the prebuilt binary refer to: [Meshtastic-python standalone executable](/docs/software/python/python-standalone).
|
||||||
|
|
||||||
|
To install/upgrade Meshtastic-python manually, see below:
|
||||||
|
|
||||||
```bash title="Install Meshtastic-python (includes CLI)"
|
```bash title="Install Meshtastic-python (includes CLI)"
|
||||||
pip install meshtastic
|
pip install meshtastic
|
||||||
|
@ -21,6 +23,9 @@ pip install meshtastic
|
||||||
```bash title="Upgrade Meshtastic-python (includes CLI)"
|
```bash title="Upgrade Meshtastic-python (includes CLI)"
|
||||||
pip install --upgrade meshtastic
|
pip install --upgrade meshtastic
|
||||||
```
|
```
|
||||||
|
:::note
|
||||||
|
Some installations of python may require you to substitute 'pip3' for the 'pip' command.
|
||||||
|
:::
|
||||||
|
|
||||||
### Mobile Client Downloads
|
### Mobile Client Downloads
|
||||||
<ul
|
<ul
|
||||||
|
|
Loading…
Reference in a new issue