mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-29 06:40:49 -08:00
remove installation methods add heading to tabs
This commit is contained in:
parent
11e074184d
commit
9e1deff0be
|
@ -16,13 +16,6 @@ This library provides a command-line interface (CLI) for managing the user setti
|
|||
|
||||
The [Meshtastic-python repo](https://github.com/meshtastic/Meshtastic-python) and [API documentation](https://python.meshtastic.org) are excellent sources of information. If you wish to view the code or contribute to the development of the Python library or the command-line interface, please visit the Meshtastic Python [GitHub page](https://github.com/meshtastic/Meshtastic-python).
|
||||
|
||||
### Installation Methods
|
||||
|
||||
You can install the Meshtastic CLI using one of the following methods:
|
||||
|
||||
1. **Python Package Installer (pip)**: Installation can be easily done through the [Python package installer pip](https://pypi.org/project/meshtastic). Make sure to use pip version 20 or later by running `pip install --upgrade pip` if necessary.
|
||||
2. **Standalone Executable (Ubuntu only)**: A single executable file for Ubuntu is available on the [Releases](https://github.com/meshtastic/Meshtastic-python/releases) page. See [Standalone](#standalone-installation-ubuntu-only) below for instructions.
|
||||
|
||||
### Prerequisites
|
||||
|
||||
Before installing, ensure that your system meets the following requirements:
|
||||
|
@ -33,6 +26,7 @@ Before installing, ensure that your system meets the following requirements:
|
|||
|
||||
After ensuring the requirements are met, follow the installation instructions for your operating system in the tabbed section below.
|
||||
|
||||
### Installation Instructions
|
||||
|
||||
<Tabs
|
||||
groupId="operating-system"
|
||||
|
|
Loading…
Reference in a new issue