diff options
author | Ahmad Fatoum <ahmad@a3f.at> | 2022-04-26 08:46:58 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2022-04-29 09:11:26 +0200 |
commit | 1fa116cc2e0cb0911b68d3c775adf17933cf58d2 (patch) | |
tree | 41ca2f82b8493d7d4bebe90f6663fc432cd4b877 /Documentation | |
parent | d925208bc76e6a6ab189ae79f84412600fae5bc6 (diff) | |
download | barebox-1fa116cc2e0cb0911b68d3c775adf17933cf58d2.tar.gz barebox-1fa116cc2e0cb0911b68d3c775adf17933cf58d2.tar.xz |
Documentation: remote-control: be explicit about python2 requirement
This should help users a bit when using the tool.
Signed-off-by: Ahmad Fatoum <ahmad@a3f.at>
Link: https://lore.barebox.org/20220426064658.423912-1-ahmad@a3f.at
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user/remote-control.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 ^^^^^^^^^^^^^^^^^^^^ |