Browse Source

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>
ppa-0.6.1
Rusty Russell 6 years ago
committed by Christian Decker
parent
commit
14a5cbb820
  1. 2
      doc/INSTALL.md

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

Loading…
Cancel
Save