[PATCH] Documentation: remote-control: be explicit about python2 requirement
Ahmad Fatoum
ahmad at a3f.at
Mon Apr 25 23:46:58 PDT 2022
This should help users a bit when using the tool.
Signed-off-by: Ahmad Fatoum <ahmad at 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
More information about the barebox
mailing list