mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
bitbake: toaster: Reference pip3 not pip
Now that we use python3, we should refer to pip3, not pip. [YOCTO #10774] (Bitbake rev: 99136f5f591deef0c96d9aea2dbea1c216f38121) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
These tests require Selenium to be installed in your Python environment.
|
||||
|
||||
The simplest way to install this is via pip:
|
||||
The simplest way to install this is via pip3:
|
||||
|
||||
pip install selenium==2.53.2
|
||||
pip3 install selenium==2.53.2
|
||||
|
||||
Note that if you use other versions of Selenium, some of the tests (such as
|
||||
tests.browser.test_js_unit_tests.TestJsUnitTests) may fail, as these rely on
|
||||
|
||||
Reference in New Issue
Block a user