From 6bfbdcbc4eeeb4bfc17a9dfef9c7c6ebc9515aa4 Mon Sep 17 00:00:00 2001 From: Derek Hensley Date: Tue, 2 Apr 2024 09:18:06 -0700 Subject: Add python3-venv (#161) --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a8afb7..63749d1 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,14 @@ The build process has the following package requirements: * clang * binutils-mips-linux-gnu * python3 -* pip3 +* python3-pip +* python3-venv Under Debian / Ubuntu (which we recommend using), you can install them with the following commands: ```bash sudo apt update -sudo apt install make git build-essential clang binutils-mips-linux-gnu python3 python3-pip +sudo apt install make git build-essential clang binutils-mips-linux-gnu python3 python3-pip python3-venv ``` #### 2. Install python dependencies -- cgit v1.2.3