mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-27 07:52:57 +02:00
Update README.md
To prevent the error: E: Unable to locate package python3-virtualenv
This commit is contained in:
parent
347f864abb
commit
d0b501b124
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ The easiest way to get an Algo server running is to run it on your local system
|
||||||
- **Linux:** Recent releases of Ubuntu, Debian, and Fedora come with Python 3 already installed. Make sure your system is up-to-date and install the supporting package(s):
|
- **Linux:** Recent releases of Ubuntu, Debian, and Fedora come with Python 3 already installed. Make sure your system is up-to-date and install the supporting package(s):
|
||||||
* Ubuntu and Debian:
|
* Ubuntu and Debian:
|
||||||
```bash
|
```bash
|
||||||
|
sudo apt-get update
|
||||||
sudo apt install -y --no-install-recommends python3-virtualenv
|
sudo apt install -y --no-install-recommends python3-virtualenv
|
||||||
```
|
```
|
||||||
On a Raspberry Pi running Ubuntu also install `libffi-dev` and `libssl-dev`.
|
On a Raspberry Pi running Ubuntu also install `libffi-dev` and `libssl-dev`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue