On 9/30/21 17:01, Florian Bruhin wrote:
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



Thanks Florian! :)

--
Dr. Cristián Maureira-Fredes
R&D Manager

The Qt Company GmbH
Erich-Thilo-Str. 10
D-12489 Berlin

Geschäftsführer: Mika Pälsi,
Juha Varelius, Jouni Lintunen
Sitz der Gesellschaft: Berlin,
Registergericht: Amtsgericht
Charlottenburg, HRB 144331 B
_______________________________________________
PySide mailing list
PySide@qt-project.org
https://lists.qt-project.org/listinfo/pyside

Reply via email to