Required packages to install was mentioned with 'pip' instead of 'pip3' (#6913)

This commit is contained in:
Wuppie007 2018-10-17 23:10:03 +02:00 committed by Fabian Affolter
parent 657395ab1e
commit 52f630e339

View File

@ -17,7 +17,7 @@ The `fritzbox_netmonitor` sensor monitors the network statistics exposed by [AVM
<p class='note warning'> <p class='note warning'>
It might be necessary to install additional packages: <code>$ sudo apt-get install libxslt-dev libxml2-dev python3-lxml</code> It might be necessary to install additional packages: <code>$ sudo apt-get install libxslt-dev libxml2-dev python3-lxml</code>
If you are working with the All-in-One installation, you may also need to execute also within your virtual environment the command <code> pip install lxml</code>; be patient this will take a while. If you are working with the All-in-One installation, you may also need to execute also within your virtual environment the command <code> pip3 install lxml</code>; be patient this will take a while.
</p> </p>
To use the Fritz!Box network monitor in your installation, add the following to your `configuration.yaml` file: To use the Fritz!Box network monitor in your installation, add the following to your `configuration.yaml` file: