Site updated at 2017-10-23 07:10:20 UTC
This commit is contained in:
parent
d6f33f47d8
commit
0d7544657e
225 changed files with 1981 additions and 1714 deletions
|
@ -6,22 +6,22 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>Installation on ArchLinux - Home Assistant</title>
|
||||
<title>Installation on Arch Linux - Home Assistant</title>
|
||||
<meta name="author" content="Home Assistant">
|
||||
<meta name="description" content="Installation of Home Assistant on your ArchLinux computer.">
|
||||
<meta name="description" content="Installation of Home Assistant on your Arch Linux computer.">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="canonical" href="https://home-assistant.io/docs/installation/archlinux/">
|
||||
<meta property="fb:app_id" content="338291289691179">
|
||||
<meta property="og:title" content="Installation on ArchLinux">
|
||||
<meta property="og:title" content="Installation on Arch Linux">
|
||||
<meta property="og:site_name" content="Home Assistant">
|
||||
<meta property="og:url" content="https://home-assistant.io/docs/installation/archlinux/">
|
||||
<meta property="og:type" content="article">
|
||||
<meta property="og:description" content="Installation of Home Assistant on your ArchLinux computer.">
|
||||
<meta property="og:description" content="Installation of Home Assistant on your Arch Linux computer.">
|
||||
<meta property="og:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:site" content="@home_assistant">
|
||||
<meta name="twitter:title" content="Installation on ArchLinux">
|
||||
<meta name="twitter:description" content="Installation of Home Assistant on your ArchLinux computer.">
|
||||
<meta name="twitter:title" content="Installation on Arch Linux">
|
||||
<meta name="twitter:description" content="Installation of Home Assistant on your Arch Linux computer.">
|
||||
<meta name="twitter:image" content="https://home-assistant.io/images/default-social.png">
|
||||
<link href="/stylesheets/screen.css" media="screen, projection, print" rel="stylesheet">
|
||||
<link href="/atom.xml" rel="alternate" title="Home Assistant" type="application/atom+xml">
|
||||
|
@ -71,11 +71,11 @@
|
|||
<div class='edit-github'><a href='https://github.com/home-assistant/home-assistant.github.io/tree/current/source/_docs/installation/archlinux.markdown'>Edit this page on GitHub</a></div>
|
||||
<header>
|
||||
<h1 class="title indent">
|
||||
Installation on ArchLinux
|
||||
Installation on Arch Linux
|
||||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p><a href="https://www.archlinux.org/">ArchLinux</a> is a lightweight and flexible Linux distribution. There are official packages optimized for the i686 and x86-64 architectures available.</p>
|
||||
<p><a href="https://www.archlinux.org/">Arch Linux</a> is a lightweight and flexible Linux distribution. There are official packages optimized for the i686 and x86-64 architectures available.</p>
|
||||
<p>Install the needed Python packages.</p>
|
||||
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo pacman -S python
|
||||
<span class="gp">$ </span>sudo pacman -S python-pip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue