summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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