mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 09:34:24 +01:00
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:
committed by
Christian Decker
parent
ce5b4bddf2
commit
14a5cbb820
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user