From dba4d649ed747d35516ed6087382b886f795536e Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Mon, 15 May 2023 08:56:10 -0400 Subject: [PATCH] README-bindings.md - talk about Python3_EXECUTABLE --- README-bindings.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README-bindings.md b/README-bindings.md index a959291a..624e4370 100644 --- a/README-bindings.md +++ b/README-bindings.md @@ -29,7 +29,7 @@ As this time, you cannot get shiboken2-generator because the wheels are not on P To use the wheels do this: ```bash -% pip3 install \ +% python3 -m pip install \ --index-url=http://download.qt.io/official_releases/QtForPython/ \ --trusted-host download.qt.io \ shiboken2 pyside2 shiboken2_generator @@ -40,7 +40,7 @@ For more info visit