mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-05 02:28:56 +00:00

* Fix typo * Add logos * Add Fedora instructions * Remove unused file * Add macOS instructions * Update * Add details about AUR * Add CentOS instructions * Add vagrant logo * Remove CentOS details * Add inital armbian docs * Update * Move sections to overview * Update installation overview
23 lines
736 B
Markdown
23 lines
736 B
Markdown
---
|
|
layout: page
|
|
title: "Installation on macOS"
|
|
description: "Installation of Home Assistant on your macOS system."
|
|
date: 2017-03-01 07:00
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
---
|
|
|
|
[macOS](http://www.apple.com/macos/) is available by default on Apple computer. If you run a different operating system, please refer to the other section of the documentation.
|
|
|
|
To run Home Assistant on macOS you need to install Python first. Download Python from https://www.python.org/downloads/mac-osx/ and follow the instructions of the installer.
|
|
|
|
Open a terminal and install Home Assistant.
|
|
|
|
```bash
|
|
$ pip3 install homeassistant
|
|
```
|
|
|
|
Check this [video](https://www.youtube.com/watch?v=hej6ipN86ls) for the installation on macOS.
|