mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Typo: Forgot closing ) for link to virtualenv docs (#2695)
This commit is contained in:
parent
70f569dbdf
commit
8eff1f37f0
@ -19,7 +19,7 @@ $ sudo apt-get install python3-dev python3-pip
|
|||||||
```
|
```
|
||||||
|
|
||||||
Now that you installed python, there are two ways to install Home Assistant:
|
Now that you installed python, there are two ways to install Home Assistant:
|
||||||
1. It is recommended to install Home Assistant in a virtual environment to avoid using `root`, using the [VirtualEnv instructions](/docs/installation/virtualenv/
|
1. It is recommended to install Home Assistant in a virtual environment to avoid using `root`, using the [VirtualEnv instructions](/docs/installation/virtualenv/)
|
||||||
2. Alternatively, you can install Home Assistant for the user you created when first booting Armbian:
|
2. Alternatively, you can install Home Assistant for the user you created when first booting Armbian:
|
||||||
```bash
|
```bash
|
||||||
$ sudo pip3 install homeassistant
|
$ sudo pip3 install homeassistant
|
||||||
@ -29,6 +29,6 @@ Running these commands will:
|
|||||||
|
|
||||||
- Install Home Assistant
|
- Install Home Assistant
|
||||||
- Launch Home Assistant and serve the web interface on [http://localhost:8123](http://localhost:8123)
|
- Launch Home Assistant and serve the web interface on [http://localhost:8123](http://localhost:8123)
|
||||||
- the configuration files will be created in /home/<user>/.homeassistant
|
- the configuration files will be created in /home/{user}/.homeassistant
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user