Site updated at 2015-02-25 06:36:33 UTC
This commit is contained in:
parent
74529fead0
commit
52b66642d3
9 changed files with 147 additions and 49 deletions
|
@ -97,9 +97,9 @@
|
|||
|
||||
<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>Check if Python3 is installed by running <code>python3 --version</code>. If it is not installed, install it here.</p>
|
||||
<p>Check if Python 3.4 is installed by running <code>python3 --version</code>. If it is not installed, <a href="https://www.python.org/getit/">download it here</a>.</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>Pip should come bundled with the latest Python 3 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 Python 3: <code>python3 get-pip.py</code>.</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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue