mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 02:43:01 +02:00
Update README.md per code review
Co-authored-by: David Myers <dem@myersnet.net>
This commit is contained in:
parent
92a723a73a
commit
bdd8cfe416
1 changed files with 1 additions and 4 deletions
|
@ -54,10 +54,7 @@ The easiest way to get an Algo server running is to run it on your local system
|
||||||
```bash
|
```bash
|
||||||
sudo apt install -y --no-install-recommends python3-virtualenv
|
sudo apt install -y --no-install-recommends python3-virtualenv
|
||||||
```
|
```
|
||||||
* RPi ( ubuntu server: install these packages in conjunction with above dependencies ):
|
On a Raspberry Pi running Ubuntu also install `libffi-dev` and `libssl-dev`.
|
||||||
```
|
|
||||||
sudo apt install libffi-dev libssl-dev
|
|
||||||
```
|
|
||||||
* Fedora:
|
* Fedora:
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install -y python3-virtualenv
|
sudo dnf install -y python3-virtualenv
|
||||||
|
|
Loading…
Add table
Reference in a new issue