[PySide] New Qt for Python release: 6.2.0 is out !

Florian Bruhin me at the-compiler.org
Thu Sep 30 17:01:55 CEST 2021


Hey,

On Thu, Sep 30, 2021 at 04:06:55PM +0200, Cristián Maureira-Fredes wrote:
> pip install pyside6 \
>   --index-url=http://download.qt.io/official_releases/QtForPython \
>   --trusted-host download.qt.io

I'd suggest this instead:

pip install pyside6 \
  --index-url=https://download.qt.io/official_releases/QtForPython

This way, there's no insecure connection (which would let someone in a
privileged network position inject code to run on your machine), and
thus also no --trusted-host override is needed.

Florian

-- 
            me at the-compiler.org | https://www.qutebrowser.org 
       https://bruhin.software/ | https://github.com/sponsors/The-Compiler/
       GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
             I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/pyside/attachments/20210930/88df427c/attachment.sig>


More information about the PySide mailing list