Doc: Expand description of the python kit selector

Mention that a virtual environment is created by default and that the
global interpreter can be accessed under the details of the kit.

Change-Id: I276f1a594b0726914925b2b565eace43182342f4
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
David Schulz
2024-03-20 12:53:11 +01:00
parent 4bebb11578
commit 550862ce51
2 changed files with 8 additions and 4 deletions

View File

@@ -54,8 +54,10 @@
\li Select \uicontrol{Next} or \uicontrol Continue to open the \li Select \uicontrol{Next} or \uicontrol Continue to open the
\uicontrol {Kit Selection} dialog. \uicontrol {Kit Selection} dialog.
\image qtcreator-new-project-qt-for-python-kit-selection.webp {Selecting a kit for a Python project} \image qtcreator-new-project-qt-for-python-kit-selection.webp {Selecting a kit for a Python project}
\li Select Qt for Python kits for building, deploying, and running the \li Select Python kits for building, deploying, and running the
project. project. By default, this creates a virtual environment for the project inside
the source directory. To use the global interpreter, select the build configuration
with the same name as the Python of the kit in \uicontrol{Details}.
\li Select \uicontrol{Next} or \uicontrol Continue. \li Select \uicontrol{Next} or \uicontrol Continue.
\li Review the project settings, and select \uicontrol {Finish} (on \li Review the project settings, and select \uicontrol {Finish} (on
Windows and Linux) or \uicontrol Done (on \macos) to create the Windows and Linux) or \uicontrol Done (on \macos) to create the

View File

@@ -44,8 +44,10 @@
\li Select \uicontrol{Next} or \uicontrol Continue to open the \li Select \uicontrol{Next} or \uicontrol Continue to open the
\uicontrol {Kit Selection} dialog. \uicontrol {Kit Selection} dialog.
\image qtcreator-new-project-qt-for-python-kit-selection.webp {Selecting a kit for a Python project} \image qtcreator-new-project-qt-for-python-kit-selection.webp {Selecting a kit for a Python project}
\li Select Qt for Python kits for building, deploying, and running the \li Select Python kits for building, deploying, and running the
project. project. By default, this creates a virtual environment for the project inside
the source directory. To use the global interpreter, select the build configuration
with the same name as the Python of the kit in \uicontrol{Details}.
\li Review the project settings, and select \uicontrol {Finish} (on \li Review the project settings, and select \uicontrol {Finish} (on
Windows and Linux) or \uicontrol Done (on \macos) to create the Windows and Linux) or \uicontrol Done (on \macos) to create the
project. project.