From 398458258ece31fa843f679eee0435f9b2d3db63 Mon Sep 17 00:00:00 2001 From: Okan Binli Date: Sat, 29 Jul 2023 14:49:31 +0300 Subject: [PATCH] Update README.md dependencies `file` and `lookup` are part of the ubuntu most of the time but in some cases it was missing therefore ansible fails. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 000b72a..e4bd3bd 100644 --- a/README.md +++ b/README.md @@ -55,7 +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 install -y --no-install-recommends python3-virtualenv + sudo apt install -y --no-install-recommends python3-virtualenv file lookup ``` On a Raspberry Pi running Ubuntu also install `libffi-dev` and `libssl-dev`.