* [PATCH yaml-bindings] README: pip3 is provided by python3-pip
@ 2019-01-23 14:54 Geert Uytterhoeven
0 siblings, 0 replies; only message in thread
From: Geert Uytterhoeven @ 2019-01-23 14:54 UTC (permalink / raw)
To: Rob Herring; +Cc: Grant Likely, devicetree, Geert Uytterhoeven
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@glider.be>
---
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-01-23 14:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-23 14:54 [PATCH yaml-bindings] README: pip3 is provided by python3-pip Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).