Browse Source

Update README.md

Python is needed here as it looks like on newer versions of Ubuntu (i am on 16.04) it's not included by default.
ppa-0.6.1
ianthius 7 years ago
committed by Christian Decker
parent
commit
988118a629
  1. 2
      README.md

2
README.md

@ -23,7 +23,7 @@ Please refer to the [installation documentation](doc/INSTALL.md) for detailed in
For the impatient here's the gist of it for Ubuntu and Debian: For the impatient here's the gist of it for Ubuntu and Debian:
``` ```
sudo apt-get install -y autoconf build-essential git libtool libgmp-dev libsqlite3-dev python3 net-tools sudo apt-get install -y autoconf build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools
git clone https://github.com/ElementsProject/lightning.git git clone https://github.com/ElementsProject/lightning.git
cd lightning cd lightning
make make

Loading…
Cancel
Save