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