From a1d39aecf5cf52bf884408a4f5891e29f4bc976d Mon Sep 17 00:00:00 2001 From: David Myers Date: Sat, 31 Oct 2020 13:24:58 -0400 Subject: [PATCH] Update instructions for Ubuntu 20.10 (#1892) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5f32c..8de41d3 100644 --- a/README.md +++ b/README.md @@ -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