From 14a5cbb8201cce18539c3fb40fa572112d831498 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Thu, 21 Jun 2018 11:26:52 +0930 Subject: [PATCH] doc/INSTALL.md: use requirements.txt for pip installs. We actually need more than just python-bitcoinlib for testing. Signed-off-by: Rusty Russell --- doc/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 1a426bd73..5d25a2810 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -48,7 +48,7 @@ as well: For development or running tests, get additional dependencies: sudo apt-get install -y asciidoc valgrind python3-pip - sudo pip3 install python-bitcoinlib + sudo pip3 install -r tests/requirements.txt Clone lightning: