From eb28268bd7b5ef145fd0258a8ef564e86764a7f8 Mon Sep 17 00:00:00 2001 From: lambrosini Date: Wed, 25 Sep 2019 14:54:39 +0200 Subject: [PATCH] Install in the OS dependencies required to successfully install the python requirements --- doc/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index d2e39a6f5..c56ba8956 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -54,7 +54,7 @@ Clone lightning: For development or running tests, get additional dependencies: - sudo apt-get install -y valgrind python3-pip + sudo apt-get install -y valgrind python3-pip python-dev libpq-dev sudo pip3 install -r tests/requirements.txt -r doc/requirements.txt Build lightning: