From 986e91c72162c95a97260f3b7ad21bc44de41c89 Mon Sep 17 00:00:00 2001 From: Lorenzo Lamberti Date: Thu, 14 Aug 2025 10:14:51 +0200 Subject: [PATCH] updated pip requirements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0cad0a6..32f44512 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ The following packages needed to be installed: sudo apt-get install -y build-essential git libftdi-dev libftdi1 doxygen python3-pip libsdl2-dev curl cmake libusb-1.0-0-dev scons gtkwave libsndfile1-dev rsync autoconf automake texinfo libtool pkg-config libsdl2-ttf-dev ~~~~~ -The SDK also requires the `argcomplete` and `pyelftools` Python package. You can install them for the local user with: +The SDK also requires the `argcomplete`, `pyelftools`, and `prettytable` Python packages. You can install them for the local user with: ~~~~~shell -pip install --user argcomplete pyelftools +pip install --user argcomplete pyelftools prettytable ~~~~~ Omit `--user` to install at system level instead, which will probably require admin rights.