Use pip3 everywhere

This commit is contained in:
Fabian Affolter 2015-09-10 18:54:51 +02:00
parent 9c62f00180
commit 69ade0366d

View File

@ -87,11 +87,11 @@ hass \-\-open-ui
<h3>Staying Up to Date</h3>
<p>In order to update Home Assistant to the latest stable release, simply type the following into a console:</p>
```bash
pip install \-\-upgrade homeassistant
pip3 install \-\-upgrade homeassistant
```
<p>If you would like to stay up to date with the newest unstable builds (alphas, betas, and release candidates), use this command:</p>
```bash
pip install \-\-upgrade \-\-pre homeassistant
pip3 install \-\-upgrade \-\-pre homeassistant
```
<h3>What's Next</h3>