Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1020 Bytes

installation.rst

File metadata and controls

20 lines (11 loc) · 1020 Bytes

Installation

The fritzconnection package is available on PyPi and installable by pip: :

$ pip install fritzconnection

To enable the creation of QR-codes for wifi login <get_wifi_qr_code_example>, install fritzconnection with the qr-option: :

$ pip install fritzconnection[qr]

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