]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toaster: Reference pip3 not pip
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Dec 2016 15:51:22 +0000 (15:51 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Dec 2016 15:52:01 +0000 (15:52 +0000)
Now that we use python3, we should refer to pip3, not pip.

[YOCTO #10774]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
bin/toaster
lib/toaster/tests/browser/README

index e0aac1a7bb48be0ae2f65fc53924bda33c7262b6..de38cece054e7d7fabcc80ec087d059563c6d0cb 100755 (executable)
@@ -111,7 +111,7 @@ verify_prereq() {
     if ! sed -n "$exp" $reqfile | python3 - ; then
         req=`grep ^Django $reqfile`
         echo "This program needs $req"
-        echo "Please install with pip install -r $reqfile"
+        echo "Please install with pip3 install -r $reqfile"
         return 2
     fi
 
index e841a3f12a8bec99872ec2361afcd4511c34b310..352c4fe3e9757257bf461119a9c4019e1a2b3930 100644 (file)
@@ -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