Use pip3 everywhere
This commit is contained in:
parent
9c62f00180
commit
69ade0366d
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue