Site updated at 2015-01-25 02:21:16 UTC
This commit is contained in:
parent
a7aa4deb86
commit
ce6b799c30
6 changed files with 36 additions and 39 deletions
|
@ -95,16 +95,13 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>Python 3 not correctly installed</p>
|
||||
<p>It can happen that you run into trouble while installing Home Assistant. This page is here to help you figure out the most common problems.</p>
|
||||
|
||||
<p>Pip not available
|
||||
<a href="https://pip.pypa.io/en/latest/installing.html#install-pip">https://pip.pypa.io/en/latest/installing.html#install-pip</a></p>
|
||||
<p>Check if Python3 is installed by running <code>python3 --version</code>. If it is not installed, install it here.</p>
|
||||
|
||||
<p>Common issues when installing Home Assistant:</p>
|
||||
<p>Pip should come bundled with the latest Python3 but is ommitted by some distributions. If you are unable to run <code>python3 -m pip --version</code> you can install pip by <a href="https://bootstrap.pypa.io/get-pip.py">downloading the installer</a> and run it with Python3: <code>python3 get-pip.py</code>.</p>
|
||||
|
||||
<p>Python 3 not the right version</p>
|
||||
|
||||
<p>Dependencies not installed</p>
|
||||
<p>Check if Git is installed by running <code>git --version</code>. If you are unable to run this command you can install it by following <a href="http://git-scm.com/downloads">these instructions</a>.</p>
|
||||
|
||||
|
||||
</article>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue