mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-05 07:14:36 +01:00
Clone the repository before than installing requirements, which are specified in the repository
This commit is contained in:
committed by
Christian Decker
parent
12da10cd15
commit
08573fbc4b
@@ -47,15 +47,15 @@ as well:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y bitcoind
|
||||
|
||||
For development or running tests, get additional dependencies:
|
||||
|
||||
sudo apt-get install -y valgrind python3-pip
|
||||
sudo pip3 install -r tests/requirements.txt -r doc/requirements.txt
|
||||
|
||||
Clone lightning:
|
||||
|
||||
git clone https://github.com/ElementsProject/lightning.git
|
||||
cd lightning
|
||||
|
||||
For development or running tests, get additional dependencies:
|
||||
|
||||
sudo apt-get install -y valgrind python3-pip
|
||||
sudo pip3 install -r tests/requirements.txt -r doc/requirements.txt
|
||||
|
||||
Build lightning:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user