From 1fa116cc2e0cb0911b68d3c775adf17933cf58d2 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 26 Apr 2022 08:46:58 +0200 Subject: Documentation: remote-control: be explicit about python2 requirement This should help users a bit when using the tool. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20220426064658.423912-1-ahmad@a3f.at Signed-off-by: Sascha Hauer --- Documentation/user/remote-control.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/user/remote-control.rst b/Documentation/user/remote-control.rst index c8b7442f17..43f1fb3118 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 ^^^^^^^^^^^^^^^^^^^^ -- cgit v1.2.3