mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Required packages to install was mentioned with 'pip' instead of 'pip3' (#6913)
This commit is contained in:
parent
657395ab1e
commit
52f630e339
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user