Skip to content

Commit 2c0db90

Browse files
authored
Merge pull request freqtrade#11747 from nisuhw/patch-1
Update installation.md for older Raspberry Pi 2
2 parents a8d9608 + ca9403f commit 2c0db90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ OS Specific steps are listed first, the common section below is necessary for al
8787

8888

8989
```bash
90-
sudo apt-get install python3-venv libatlas-base-dev cmake curl
90+
sudo apt-get install python3-venv libatlas-base-dev cmake curl libffi-dev
9191
# Use piwheels.org to speed up installation
9292
sudo echo "[global]\nextra-index-url=https://www.piwheels.org/simple" > tee /etc/pip.conf
9393

0 commit comments

Comments
 (0)