From ed85dddb32e2ac154015fbdfbe630448b1aad151 Mon Sep 17 00:00:00 2001 From: Virgil Litan Date: Thu, 27 Aug 2020 18:32:54 +0300 Subject: [PATCH] doc: fix typo in build guide Signed-off-by: Virgil Litan --- README_BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_BUILD.md b/README_BUILD.md index fcb7bbd45..91f6e2f0d 100644 --- a/README_BUILD.md +++ b/README_BUILD.md @@ -22,7 +22,7 @@ analog@precision:~$ sudo apt-get install doxygen graphviz ``` Install to build python backends ```shell -analog@precision:~$ sudo apt-get python3 python3-pip python3-setuptools +analog@precision:~$ sudo apt-get install python3 python3-pip python3-setuptools ``` Install to Read local context attributes from `/etc/libiio.ini` ```shell