diff --git a/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx b/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx index b0be2ea6..fbc6f82b 100644 --- a/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx +++ b/docs/getting-started/flashing-firmware/meshtastic-flasher.mdx @@ -99,74 +99,11 @@ sudo apt install -y python3 python3-pip python3-venv ### Install App -This is the preferred installation method for `meshtastic-flasher`. - - - -```shell title="Install Meshtastic Flasher" -python3 --version -# ensure you are using at least python v3.6 -# change to a directory where you want to create a python virtual environment -mkdir some_dir -cd some_dir -# if the following command fails, it might tell you what package to install -python3 -m venv venv -# activate the python virtual environment -source venv/bin/activate -# your prompt should change - it should include "(venv) in the front -# upgrade pip -pip install --upgrade pip -pip install meshtastic-flasher -``` - -```shell title="Running Meshtastic Flasher" -meshtastic-flasher -``` - - - - -
- - Download macOS application - -
- -Once downloaded, unzip the file and drag it to `~/Applications`. It may take a moment to load as it downloads dependencies required to interact with your device, so be patient. The first time running it can take a few minutes. - -
- - -
- - Download Windows application - -
- -Once downloaded, unzip the file and run it. It may take a moment to load as it downloads dependencies required to interact with your device, so be patient. The first time running it can take a few minutes. - -
-
- -
Install using `pip` -This option is typically for developers. +Note: The previous "single executable" installation option has been deprecated as of March 10, 2022. -
+ ## Flashing the Device