mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Update instructions for Ubuntu 20.10 (#1892)
This commit is contained in:
parent
ad53c69f71
commit
a1d39aecf5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,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 install -y python3-virtualenv
|
sudo apt install -y --no-install-recommends python3-virtualenv
|
||||||
```
|
```
|
||||||
* Fedora:
|
* Fedora:
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue