Installation ------------ The fritzconnection package is available on `PyPi `_ and installable by `pip `_: :: $ pip install fritzconnection To enable the creation of :ref:`QR-codes for wifi login `, install fritzconnection with the `qr`-option: :: $ pip install fritzconnection[qr] .. versionadded:: 1.9.0 This will install an additional dependency `segno `_. The segno-package can also get installed any time later: :: $ pip install segno It is good practice and highly recommended to do the installation in a virtual environment – either by means of `venv `_ or `conda `_ (comes with `miniconda `_ or `anaconda `_). fritzconnection requires Python >= 3.6