mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-02 18:35:00 +01:00
Install in the OS dependencies required to successfully install the python requirements
This commit is contained in:
parent
08573fbc4b
commit
eb28268bd7
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ Clone lightning:
|
||||||
|
|
||||||
For development or running tests, get additional dependencies:
|
For development or running tests, get additional dependencies:
|
||||||
|
|
||||||
sudo apt-get install -y valgrind python3-pip
|
sudo apt-get install -y valgrind python3-pip python-dev libpq-dev
|
||||||
sudo pip3 install -r tests/requirements.txt -r doc/requirements.txt
|
sudo pip3 install -r tests/requirements.txt -r doc/requirements.txt
|
||||||
|
|
||||||
Build lightning:
|
Build lightning:
|
||||||
|
|
Loading…
Add table
Reference in a new issue