mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
Use pip3 everywhere
This commit is contained in:
parent
9c62f00180
commit
69ade0366d
@ -87,11 +87,11 @@ hass \-\-open-ui
|
|||||||
<h3>Staying Up to Date</h3>
|
<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>
|
<p>In order to update Home Assistant to the latest stable release, simply type the following into a console:</p>
|
||||||
```bash
|
```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>
|
<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
|
```bash
|
||||||
pip install \-\-upgrade \-\-pre homeassistant
|
pip3 install \-\-upgrade \-\-pre homeassistant
|
||||||
```
|
```
|
||||||
|
|
||||||
<h3>What's Next</h3>
|
<h3>What's Next</h3>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user