Merge pull request #4793 from dshokouhi/patch-3

Add a note to recommend the advanced guide
This commit is contained in:
DubhAd 2018-03-01 19:35:10 +00:00 committed by GitHub
commit 022a5c2132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,10 @@ It's recommended when installing Python packages that you use a [virtual environ
_(If you're on a Debian based system, you will need to install Python virtual environment support using `apt-get install python3-pip python3-venv`.)_ _(If you're on a Debian based system, you will need to install Python virtual environment support using `apt-get install python3-pip python3-venv`.)_
<p class='Note'>
It is recommended to use the [advanced guide](/docs/installation/raspberry-pi/) which allows for the installation to run as a `homeassistant` user. The steps below may be shorter but some users find difficulty when applying updates and may run into issues.
</p>
### {% linkable_title Install %} ### {% linkable_title Install %}
1. Create a virtual environment in your current directory: 1. Create a virtual environment in your current directory: