From 33545840455b73653c7c85574fa7dd958225d3e5 Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Tue, 13 Sep 2022 10:12:04 +0530 Subject: [PATCH] updated installation instructions for debian dasbus is now in debian repos. We no longer need to install it with pip --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index cb7bd0e..8122d22 100644 --- a/README.md +++ b/README.md @@ -61,9 +61,7 @@ Install the requirements from the repositories: ```sh # batctl is optional -sudo apt install python3-pip python3-systemd iwd batctl build-essential -# Now, install dasbus with pip -sudo pip3 install dasbus +sudo apt install python3-pip python3-systemd python3-dasbus iwd batctl ``` Now follow the instructions in the