Update instructions for Ubuntu 20.10

This commit is contained in:
David E. Myers 2020-10-13 09:15:40 -04:00
parent 2821f28866
commit f04d62c158
No known key found for this signature in database
GPG key ID: D871FCA54815086C

View file

@ -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):
* Ubuntu and Debian:
```bash
sudo apt install -y python3-virtualenv
sudo apt install -y --no-install-recommends python3-virtualenv
```
* Fedora:
```bash