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.
This commit is contained in:
ianthius 2018-01-17 22:55:05 -08:00 committed by Christian Decker
parent 2d5c958617
commit 988118a629

View File

@ -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:
```
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
cd lightning
make