aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <cristian.maureira-fredes@qt.io>2023-08-03 14:34:43 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-14 12:43:27 +0000
commita0271981ca8d5196294591fc55cf8a5448b8958b (patch)
tree5469d52d2ea985123c796518214223736b44eb2b
parent1f599464a43aa2d0da7f2641796b17f4a323144f (diff)
doc: Add note to avoid Windows Store Python
Change-Id: I2683d0e95bdb6fbf22974b117562bcc6edae8d3d Fixes: PYSIDE-2405 Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io> Reviewed-by: Christian Tismer <tismer@stackless.com> (cherry picked from commit 078fb526b34d980d26af2f73b5ddf4499e889b59) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/pyside6/doc/gettingstarted/windows.rst3
-rw-r--r--sources/pyside6/doc/quickstart.rst3
2 files changed, 6 insertions, 0 deletions
diff --git a/sources/pyside6/doc/gettingstarted/windows.rst b/sources/pyside6/doc/gettingstarted/windows.rst
index 1a87eec93..c704b3371 100644
--- a/sources/pyside6/doc/gettingstarted/windows.rst
+++ b/sources/pyside6/doc/gettingstarted/windows.rst
@@ -15,6 +15,9 @@ Requirements
.. note:: Python 3.8.0 was missing some API required for PySide/Shiboken so it's not possible
to use it for a Windows build.
+.. note:: The Python provided by the Microsoft Store is not compatible with PySide. Please
+ use https://python.org/download to get a Python Interpreter.
+
.. _MSVC2022: https://visualstudio.microsoft.com/downloads/
.. _OpenSSL: https://sourceforge.net/projects/openssl/
.. _`Qt for Windows`: https://doc.qt.io/qt-6/windows.html
diff --git a/sources/pyside6/doc/quickstart.rst b/sources/pyside6/doc/quickstart.rst
index 3a1b1dba9..e5b13cc4a 100644
--- a/sources/pyside6/doc/quickstart.rst
+++ b/sources/pyside6/doc/quickstart.rst
@@ -22,6 +22,9 @@ Before you can install |project|, first you must install the following software:
`virtualenv <https://virtualenv.pypa.io/en/latest>`_
and avoid installing PySide6 via ``pip`` in your system.
+.. note:: For Windows users, please use the interpreter from https://python.org/download
+ rather than the one installed from the Microsoft Store.
+
Installation
------------