From 3320d230353bc5cffc529a13589203822ccd5c5c 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 packages required dependencies to build Python dependencies
and use DuniterPy
---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8b4a07b6..f1e74b4b 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 will require following dependencies:
+```bash
+sudo apt install python3-pip python3-dev python3-wheel libsodium23
+```
+
+You can install DuniterPy and its dependencies with following command:
 ```bash
 pip3 install duniterpy --user
 ```
-- 
GitLab