Skip to content

Commit 74051d0

Browse files
Update README.md dependencies (trailofbits#14634)
`file` and `lookup` are part of the ubuntu most of the time but in some cases it was missing therefore ansible fails. Co-authored-by: Jack Ivanov <[email protected]>
1 parent 5817300 commit 74051d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The easiest way to get an Algo server running is to run it on your local system
5555
- **Linux:** Recent releases of Ubuntu, Debian, and Fedora come with Python 3 already installed. If your Python version is not 3.10, then you will need to use pyenv to install Python 3.10. Make sure your system is up-to-date and install the supporting package(s):
5656
* Ubuntu and Debian:
5757
```bash
58-
sudo apt install -y --no-install-recommends python3-virtualenv
58+
sudo apt install -y --no-install-recommends python3-virtualenv file lookup
5959
```
6060
On a Raspberry Pi running Ubuntu also install `libffi-dev` and `libssl-dev`.
6161

0 commit comments

Comments
 (0)