diff --git a/README.md b/README.md index a637b041..91b61b1a 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,8 @@ macOS: Linux #####See your distro docs (many Linux distributions, like Ubuntu, come with Python 3.5+ preinstalled) +You need distutils to run get-pip.py : +`sudo apt-get install python3-distutils` ###2. Install pip by downloading this script: [https://bootstrap.pypa.io/get-pip.py](https://bootstrap.pypa.io/get-pip.py). @@ -79,4 +81,4 @@ You should have a browser open up automatically, as shown in [Figure P-1](https: ![](https://raw.githubusercontent.com/jimmysong/programmingbitcoin/master/images/prbc_0001.png) -MORE INFO AT: [https://learning.oreilly.com/library/view/programming-bitcoin/9781492031482/preface01.html#setting_up](https://learning.oreilly.com/library/view/programming-bitcoin/9781492031482/preface01.html#setting_up) \ No newline at end of file +MORE INFO AT: [https://learning.oreilly.com/library/view/programming-bitcoin/9781492031482/preface01.html#setting_up](https://learning.oreilly.com/library/view/programming-bitcoin/9781492031482/preface01.html#setting_up)