From d0b501b124451fd70bf5da224e329f5999796e7c Mon Sep 17 00:00:00 2001 From: "JeanClaude (JC)" Date: Sat, 6 Aug 2022 04:19:59 +0400 Subject: [PATCH] Update README.md To prevent the error: E: Unable to locate package python3-virtualenv --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 218633a..7e9aec3 100644 --- a/README.md +++ b/README.md @@ -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): * Ubuntu and Debian: ```bash + sudo apt-get update sudo apt install -y --no-install-recommends python3-virtualenv ``` On a Raspberry Pi running Ubuntu also install `libffi-dev` and `libssl-dev`.