summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2024-04-02 09:18:06 -0700
committerGitHub <noreply@github.com>2024-04-02 09:18:06 -0700
commit6bfbdcbc4eeeb4bfc17a9dfef9c7c6ebc9515aa4 (patch)
treea58dfcca5d74cf662efceadac5dc91cc44f26df9
parent770d3c2dca047172c7b947c83f136468cb0dc7e0 (diff)
Add python3-venv (#161)
-rw-r--r--README.md5
1 files 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