From 69ade0366da83dddc0b47e02bc6b72c07b066c26 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 10 Sep 2015 18:54:51 +0200 Subject: [PATCH] Use pip3 everywhere --- source/getting-started/index.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index bb93f58ee07..aeeb5bde4a7 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -87,11 +87,11 @@ hass \-\-open-ui

Staying Up to Date

In order to update Home Assistant to the latest stable release, simply type the following into a console:

```bash -pip install \-\-upgrade homeassistant +pip3 install \-\-upgrade homeassistant ```

If you would like to stay up to date with the newest unstable builds (alphas, betas, and release candidates), use this command:

```bash -pip install \-\-upgrade \-\-pre homeassistant +pip3 install \-\-upgrade \-\-pre homeassistant ```

What's Next