From bdd8cfe4160022a4e532aba711df83728a592168 Mon Sep 17 00:00:00 2001 From: elreydetoda Date: Tue, 29 Dec 2020 10:39:54 -0500 Subject: [PATCH] Update README.md per code review Co-authored-by: David Myers --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index e6e1823..e2fabd9 100644 --- a/README.md +++ b/README.md @@ -54,10 +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 ``` - * RPi ( ubuntu server: install these packages in conjunction with above dependencies ): - ``` - sudo apt install libffi-dev libssl-dev - ``` + On a Raspberry Pi running Ubuntu also install `libffi-dev` and `libssl-dev`. * Fedora: ```bash sudo dnf install -y python3-virtualenv