From 33229dd0a385f1809f5bce627ae706f5d5f0c573 Mon Sep 17 00:00:00 2001 From: ethicnology <25751709+ethicnology@users.noreply.github.com> Date: Tue, 18 Feb 2020 17:10:07 +0100 Subject: [PATCH] Update README.md avoid error : ModuleNotFoundError: No module named 'distutils.util' resolve : sudo apt-get install python3-distutils source : https://github.com/pypa/get-pip/issues/43 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)