diff options
| author | Cristián Maureira-Fredes <cristian.maureira-fredes@qt.io> | 2023-08-03 14:34:43 +0200 |
|---|---|---|
| committer | Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io> | 2023-08-14 13:55:56 +0200 |
| commit | 078fb526b34d980d26af2f73b5ddf4499e889b59 (patch) | |
| tree | cd0db514d7eb9e6c9072884bfa48bb204ca3d236 /sources/pyside6/doc/quickstart.rst | |
| parent | 37cbce96410cc48df02b25e5645851172f854ee1 (diff) | |
doc: Add note to avoid Windows Store Python
Change-Id: I2683d0e95bdb6fbf22974b117562bcc6edae8d3d
Pick-to: 6.5
Fixes: PYSIDE-2405
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Reviewed-by: Christian Tismer <tismer@stackless.com>
Diffstat (limited to 'sources/pyside6/doc/quickstart.rst')
| -rw-r--r-- | sources/pyside6/doc/quickstart.rst | 3 |
1 files changed, 3 insertions, 0 deletions
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 ------------ |
