From f806ce6e5b9ffd56d32a007a03401ad78c0af7f5 Mon Sep 17 00:00:00 2001 From: exotime Date: Tue, 14 Sep 2021 15:27:12 +0900 Subject: [PATCH] Missing dependency --- website/docs/software/python/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/software/python/installation.md b/website/docs/software/python/installation.md index 551bf126..d011d81d 100644 --- a/website/docs/software/python/installation.md +++ b/website/docs/software/python/installation.md @@ -140,11 +140,11 @@ Installation is easily done through the [Python package installer pip](https://p ``` * Upgrade pip and installed meshtastic and its dependancies ``` - pip install --upgrade pip pytap2 wheel mesthtastic + pip install --upgrade pip pygatt pytap2 wheel mesthtastic ``` :::note Be aware that currently the Meshtastic CLI is not able to control the nodes over USB through termux, but you can control devices over wifi using the `--host x.x.x.x` option with the device IP address. However, only ESP32 devices can use wifi currently. ::: - \ No newline at end of file +