Update README.md per code review

Co-authored-by: David Myers <dem@myersnet.net>
This commit is contained in:
elreydetoda 2020-12-29 10:39:54 -05:00 committed by GitHub
parent 92a723a73a
commit bdd8cfe416
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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