When running "pip3 install rfc3987" on Ubuntu 18.04LTS: Command 'pip3' not found, but can be installed with: sudo apt install python3-pip Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ecbcf2ede80079f..57ba5a10a8a29744 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ On Debian/Ubuntu, the dependencies can be installed with apt and/or pip. The rfc3987 module is not packaged, so pip must be used: ``` -apt-get install python3 python-ruamel.yaml +apt-get install python3 python3-pip python-ruamel.yaml pip3 install rfc3987 ``` -- 2.17.1