From 75d53692eb128e7bacb439dba223ca22f4dd4556 Mon Sep 17 00:00:00 2001 From: Rudi Cilibrasi Date: Tue, 13 Aug 2024 20:15:20 +0000 Subject: [PATCH] fix missing python-setuptools deb package dep --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73158ed..dd447b7 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ The below table covers the supported operations with this repository on X86_PC a - Run below one time setup for system level packages. This needs sudo permission, get it installed by your system administrator if required. ``` - sudo apt-get install libyaml-cpp-dev + sudo apt-get install libyaml-cpp-dev python-setuptools ``` - Make sure you have all permission for the current directory before proceeding