Browse Source

Install in the OS dependencies required to successfully install the python requirements

travis-debug
lambrosini 5 years ago
committed by Christian Decker
parent
commit
eb28268bd7
  1. 2
      doc/INSTALL.md

2
doc/INSTALL.md

@ -54,7 +54,7 @@ Clone lightning:
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
Build lightning:

Loading…
Cancel
Save