diff options
Diffstat (limited to 'sources/pyside6/doc/gettingstarted-macOS.rst')
| -rw-r--r-- | sources/pyside6/doc/gettingstarted-macOS.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sources/pyside6/doc/gettingstarted-macOS.rst b/sources/pyside6/doc/gettingstarted-macOS.rst index 4bb99f7c9..21e9af393 100644 --- a/sources/pyside6/doc/gettingstarted-macOS.rst +++ b/sources/pyside6/doc/gettingstarted-macOS.rst @@ -24,7 +24,6 @@ which arbitrary modules can be installed and which can be removed after use:: python -m venv testenv # your interpreter could be called 'python3' source testenv/bin/activate - pip install -r requirements.txt # General dependencies, documentation, and examples. will create and use a new virtual environment, which is indicated by the command prompt changing. @@ -52,6 +51,10 @@ Checking out the version that we want to build, for example, 6.0:: cd pyside-setup && git checkout 6.0 +Install the general dependencies:: + + pip install -r requirements.txt + .. note:: Keep in mind you need to use the same version as your Qt installation Building PySide |
