Doc: add infos to the generated requirements.txt for python projects

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

View File

@@ -69,7 +69,8 @@
project.
\li \c {mywidget.py}, which has some boilerplate code for a class.
\li \c {reguirements.txt}, which stores the PySide version of the
generated code.
generated code. You can use this file to install the required PySide version
using pip.
\endlist
\section1 Adding Qt Widgets Imports

View File

@@ -59,7 +59,8 @@
\li \c {main.py}, which has some boilerplate code.
\li \c {main.qml}, which imports Qt Quick controls.
\li \c {reguirements.txt}, which stores the PySide version of the
generated code.
generated code. You can use this file to install the required PySide version
using pip.
\endlist
\section1 Adding Qt Quick Imports