Browse Source

Clone the repository before than installing requirements, which are specified in the repository

travis-debug
lambrosini 6 years ago
committed by Christian Decker
parent
commit
08573fbc4b
  1. 10
      doc/INSTALL.md

10
doc/INSTALL.md

@ -47,16 +47,16 @@ as well:
sudo apt-get update sudo apt-get update
sudo apt-get install -y bitcoind 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: Clone lightning:
git clone https://github.com/ElementsProject/lightning.git git clone https://github.com/ElementsProject/lightning.git
cd lightning 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: Build lightning:
./configure ./configure

Loading…
Cancel
Save