
Click the green 'Download' button to download the installer. 5) Run the Qt Creator installer. The downloaded installer is named something like qt-unified-mac-version. Double-click to mount the disk image and launch the installer. The graphical installer launches and walks you through a set of steps. For most steps, you can use the default. Qt VS Tools for Visual Studio 2017. Qt Visual Studio Tools integrate the Qt development tools into Microsoft Visual Studio 2017. This enables developers to use the standard Windows development environment without having to worry about Qt-related build steps or tools.
Official documentation
Refer to the official docs to get started on macOS.
Development
Development happens in the 5.15 and dev branches of the pyside-setup repository. The top level repository has the following submodules:
Qt Install For Mac Os
- sources/pyside2-tools: pyside2-lupdate
Contributions follow the standard process.
Mac Os Download For Windows

It is helpful to have debug binaries and/or symbols for Python available. On macOS you will need to build the Python interpreter with debug symbols by hand. It is also recommended to use a Virtual Environment for testing to be able to always start from a clean base and avoid issues with write permissions in installations. On macOS, the command

creates a Virtual Environment named testenv for debugging purposes. Before building the first time, the module Sphinx should be installed into the virtual environment:
