diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-09-13 12:51:48 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2022-09-13 15:20:28 +0200 |
| commit | 5e7fa8991b79bccab8e760a6597a45f25bc197b3 (patch) | |
| tree | 8af3913a21d0e8e2cdf43602c9590a4ef3e2d73b /sources/pyside6/doc/gettingstarted-macOS.rst | |
| parent | 322975d2262a5f31bfa5940451458702e82ee010 (diff) | |
Documentation: Update versions for 6.4
Drop Python 3.6.
Change-Id: I400abc139696c55238f8e1fa95ca4627eb7544b9
Reviewed-by: Adrian Herrmann <adrian.herrmann@qt.io>
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/doc/gettingstarted-macOS.rst')
| -rw-r--r-- | sources/pyside6/doc/gettingstarted-macOS.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sources/pyside6/doc/gettingstarted-macOS.rst b/sources/pyside6/doc/gettingstarted-macOS.rst index 546902717..7c3784b02 100644 --- a/sources/pyside6/doc/gettingstarted-macOS.rst +++ b/sources/pyside6/doc/gettingstarted-macOS.rst @@ -61,18 +61,18 @@ Building PySide ~~~~~~~~~~~~~~~ Check your Qt installation path, to specifically use that version of qtpaths to build PySide. -for example, ``/opt/Qt/6.2.1/gcc_64/bin/qtpaths``. +for example, ``/opt/Qt/6.4.0/gcc_64/bin/qtpaths``. Build can take a few minutes, so it is recommended to use more than one CPU core:: - python setup.py build --qtpaths=/opt/Qt/6.2.1/gcc_64/bin/qtpaths --build-tests --ignore-git --parallel=8 + python setup.py build --qtpaths=/opt/Qt/6.4.0/gcc_64/bin/qtpaths --build-tests --ignore-git --parallel=8 Installing PySide ~~~~~~~~~~~~~~~~~ To install on the current directory, just run:: - python setup.py install --qtpaths=/opt/Qt/6.2.1/gcc_64/bin/qtpaths --build-tests --ignore-git --parallel=8 + python setup.py install --qtpaths=/opt/Qt/6.4.0/gcc_64/bin/qtpaths --build-tests --ignore-git --parallel=8 Test installation ~~~~~~~~~~~~~~~~~ |
