From 64de6a001b45165ced27889b687e9d73e9ad425e Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 21 Jul 2019 15:35:35 +0200 Subject: [PATCH] Removes archlinux package instructions (#9934) --- source/_docs/installation/archlinux.markdown | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/source/_docs/installation/archlinux.markdown b/source/_docs/installation/archlinux.markdown index d8277cb7ba4..710052da803 100644 --- a/source/_docs/installation/archlinux.markdown +++ b/source/_docs/installation/archlinux.markdown @@ -8,18 +8,9 @@ description: "Installation of Home Assistant on your Arch Linux computer." Install the needed Python packages. ```bash -$ sudo pacman -S python -$ sudo pacman -S python-pip +sudo pacman -S python +sudo pacman -S python-pip ``` -and Home Assistant itself. - -```bash -$ pip3 install --user homeassistant -``` - -Home Assistant is part of the [AUR](https://aur.archlinux.org/packages/home-assistant/). This means that it can be installed with `pacaur`. This package is often broken or outdated: - -```bash -$ pacaur -S home-assistant -``` +From here on, we recommend you to follow the +[virtualenv](https://www.home-assistant.io/docs/installation/virtualenv/) guide.