diff --git a/README.md b/README.md
index 8b4a07b6b484c49856990708d0234445ee6b5874..7fe8a2d21b97ae1d81ab93cbd98da1b50d571cd1 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
 ```