Correct .venv installation link (#8098)

The installation page is now under /docs/installation/virtualenv/ instead of getting-started.
This commit is contained in:
Nicholas Westerhausen 2019-01-08 11:27:09 -05:00 committed by Fabian Affolter
parent c61920c83d
commit c629728558

View File

@ -26,7 +26,7 @@ The computer running Home Assistant must support CEC, and of course be connected
### {% linkable_title libcec %} ### {% linkable_title libcec %}
[libcec](https://github.com/Pulse-Eight/libcec) must be installed for this component to work. Follow the installation instructions for your environment, provided at the link. `libcec` installs Python 3 bindings by default as a system Python module. If you are running Home Assistant in a [Python virtual environment](/getting-started/installation-virtualenv/), make sure it can access the system module, by either symlinking it or using the `--system-site-packages` flag. [libcec](https://github.com/Pulse-Eight/libcec) must be installed for this component to work. Follow the installation instructions for your environment, provided at the link. `libcec` installs Python 3 bindings by default as a system Python module. If you are running Home Assistant in a [Python virtual environment](/docs/installation/virtualenv/), make sure it can access the system module, by either symlinking it or using the `--system-site-packages` flag.
<p class='note'> <p class='note'>
If you are using [Hass.io](/hassio/) then just move forward to the configuration as all requirements are already fulfilled. If you are using [Hass.io](/hassio/) then just move forward to the configuration as all requirements are already fulfilled.