From 11c0c2ca7131dd6a14e2551b1ee075188b93f0bd Mon Sep 17 00:00:00 2001 From: elreydetoda Date: Tue, 5 Jan 2021 14:24:41 -0500 Subject: [PATCH] adding ubuntu 20.04.1 rpi server deps (#14116) * adding ubuntu 20.04.1 rpi server deps to readme * Update README.md per code review Co-authored-by: David Myers Co-authored-by: David Myers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 304297f17..e2fabd933 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ The easiest way to get an Algo server running is to run it on your local system ```bash sudo apt install -y --no-install-recommends python3-virtualenv ``` + On a Raspberry Pi running Ubuntu also install `libffi-dev` and `libssl-dev`. * Fedora: ```bash sudo dnf install -y python3-virtualenv