mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Documentation: remote-control: be explicit about python2 requirement
@ 2022-04-26  6:46 Ahmad Fatoum
  2022-04-29  7:11 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2022-04-26  6:46 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

This should help users a bit when using the tool.

Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
---
 Documentation/user/remote-control.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/user/remote-control.rst b/Documentation/user/remote-control.rst
index c8b7442f175a..43f1fb3118ea 100644
--- a/Documentation/user/remote-control.rst
+++ b/Documentation/user/remote-control.rst
@@ -54,7 +54,7 @@ account via:
 
 .. code-block:: sh
 
-  pip install --user crcmod enum enum34
+  python2 -m pip install --user crcmod enum enum34
 
 configuring bbremote
 ^^^^^^^^^^^^^^^^^^^^
-- 
2.34.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-29  7:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-26  6:46 [PATCH] Documentation: remote-control: be explicit about python2 requirement Ahmad Fatoum
2022-04-29  7:11 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox