mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
doc: update HACKING.md build dep instructions
This commit is contained in:
parent
3210213dc3
commit
1f951a5588
1 changed files with 4 additions and 6 deletions
|
@ -163,12 +163,10 @@ Build and Development
|
|||
Install `valgrind` and the python dependencies for best results:
|
||||
|
||||
```
|
||||
sudo apt install valgrind cppcheck shellcheck libsecp256k1-dev
|
||||
pip3 install --user \
|
||||
-r requirements.txt \
|
||||
-r contrib/pyln-client/requirements.txt \
|
||||
-r contrib/pyln-proto/requirements.txt \
|
||||
-r contrib/pyln-testing/requirements.txt
|
||||
sudo apt update
|
||||
sudo apt install valgrind cppcheck shellcheck libsecp256k1-dev libpq-dev
|
||||
pip3 install --upgrade pip
|
||||
pip3 install --user -r requirements.txt
|
||||
```
|
||||
|
||||
Re-run `configure` for the python dependencies and build using `make`.
|
||||
|
|
Loading…
Add table
Reference in a new issue