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