diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-04-02 09:18:06 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-02 09:18:06 -0700 |
| commit | 6bfbdcbc4eeeb4bfc17a9dfef9c7c6ebc9515aa4 (patch) | |
| tree | a58dfcca5d74cf662efceadac5dc91cc44f26df9 /README.md | |
| parent | 770d3c2dca047172c7b947c83f136468cb0dc7e0 (diff) | |
Add python3-venv (#161)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |
