From 8ee5c2431f75661ebcef1746118334732b1c7c28 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 4 Jun 2020 17:48:43 +0200
Subject: [PATCH] [doc] #322: install_poetry: ARMbian requires libffi-dev

---
 doc/install_poetry.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/install_poetry.md b/doc/install_poetry.md
index abdad9f7..0c806a04 100644
--- a/doc/install_poetry.md
+++ b/doc/install_poetry.md
@@ -14,6 +14,7 @@ sudo dnf install libsodium # Fedora
 ### On Debian Buster
 ```bash
 sudo apt install python3-pip python3-venv
+sudo apt install libffi-dev # Required on ARMbian
 pip3 install poetry --user
 ```
 
-- 
GitLab