From f3c078afd1ed674c88208cc2068f8a32bcc43316 Mon Sep 17 00:00:00 2001 From: Moul <moul@moul.re> Date: Tue, 20 Apr 2021 18:44:35 +0200 Subject: [PATCH] [doc] #155: Barely document pip installation Add Debian required dependencies to build Python dependencies --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b4a07b6..7fe8a2d2 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,12 @@ It is currently used by following programs: - [pyaes](https://pypi.org/project/pyaes) ## Installation -You can install DuniterPy and its dependencies with the following command: +You might require following dependencies: +```bash +sudo apt install python3-pip python3-dev python3-wheel +``` + +You can install DuniterPy and its dependencies with following command: ```bash pip3 install duniterpy --user ``` -- GitLab