Skip to content

Commit

Permalink
Remove the python-dev dependency which is useless in python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ambros94 authored and cdecker committed Sep 25, 2019
1 parent eb28268 commit 6999a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Clone lightning:

For development or running tests, get additional dependencies:

sudo apt-get install -y valgrind python3-pip python-dev libpq-dev
sudo apt-get install -y valgrind python3-pip libpq-dev
sudo pip3 install -r tests/requirements.txt -r doc/requirements.txt

Build lightning:
Expand Down

0 comments on commit 6999a4c

Please sign in to comment.