From 92a723a73a93fd2a5ee3f54607451880ea610b1d Mon Sep 17 00:00:00 2001 From: elreydetoda Date: Mon, 28 Dec 2020 20:40:40 -0500 Subject: [PATCH] adding ubuntu 20.04.1 rpi server deps to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 304297f..e6e1823 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ 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 + ``` * Fedora: ```bash sudo dnf install -y python3-virtualenv