diff --git a/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc b/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc index d1da60de273..fc03f6f6ad6 100644 --- a/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc +++ b/doc/qtcreator/src/python/creator-tutorial-python-application-qt-widgets.qdoc @@ -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 diff --git a/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc b/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc index c6ecaace78e..bce58c15507 100644 --- a/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc +++ b/doc/qtcreator/src/python/creator-tutorial-python-application-qtquick.qdoc @@ -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