remove installation methods add heading to tabs

This commit is contained in:
rcarteraz 2024-03-16 10:51:00 -07:00
parent 11e074184d
commit 9e1deff0be

View file

@ -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). 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 ### Prerequisites
Before installing, ensure that your system meets the following requirements: 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. After ensuring the requirements are met, follow the installation instructions for your operating system in the tabbed section below.
### Installation Instructions
<Tabs <Tabs
groupId="operating-system" groupId="operating-system"