From 6a3d79ef8dfcbb893ca9bfab66a8902c7afe0a97 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Thu, 4 Jun 2020 17:46:00 +0200 Subject: [PATCH] [doc] #317: install_pip: Raspbian also requires python3-dev --- doc/install_pip.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install_pip.md b/doc/install_pip.md index 05589e8e..845b3cb4 100644 --- a/doc/install_pip.md +++ b/doc/install_pip.md @@ -24,7 +24,7 @@ On Ubuntu (14.04 and 16.04) and Debian 8, you need this package too: sudo apt install libffi-dev ``` -Linux Mint is reported to require the installation of this package too: +Raspbian and Linux Mint are reported to require the installation of this package too: ```bash sudo apt install python3-dev ``` -- GitLab