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.
This commit is contained in:
Okan Binli 2023-07-29 14:49:31 +03:00 committed by GitHub
parent 1cf3d8d66d
commit 398458258e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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