mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +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:
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user