mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-31 18:03:03 +02:00
adding ubuntu 20.04.1 rpi server deps to readme
This commit is contained in:
parent
4adb35db80
commit
92a723a73a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue