doc/INSTALL.md: use requirements.txt for pip installs.

We actually need more than just python-bitcoinlib for testing.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell 2018-06-21 11:26:52 +09:30 committed by Christian Decker
parent ce5b4bddf2
commit 14a5cbb820

View File

@ -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: