From 9e1deff0bec74a6f120ef69d5eed3240ca598ad8 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sat, 16 Mar 2024 10:51:00 -0700 Subject: [PATCH] remove installation methods add heading to tabs --- docs/software/python-cli/installation.mdx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/software/python-cli/installation.mdx b/docs/software/python-cli/installation.mdx index b651ad4b..17c65e6e 100644 --- a/docs/software/python-cli/installation.mdx +++ b/docs/software/python-cli/installation.mdx @@ -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