Add inital note for venv (fixes #378)
This commit is contained in:
parent
44c76069e3
commit
4d565f53ef
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,10 @@ footer: true
|
||||||
<div class='install-instructions normal' markdown='1'>
|
<div class='install-instructions normal' markdown='1'>
|
||||||
Installing and running Home Assistant on your local machine is easy. Make sure you have [Python 3.4 or higher](https://www.python.org/downloads/) installed and execute the following code in a console:
|
Installing and running Home Assistant on your local machine is easy. Make sure you have [Python 3.4 or higher](https://www.python.org/downloads/) installed and execute the following code in a console:
|
||||||
|
|
||||||
|
<p class='note'>
|
||||||
|
It's highly recommended to use a [virtual environment](https://docs.python.org/3.4/library/venv.html) aka `venv` to keep things separated. A virtual environment can be created by exceuting the following command: `pyvenv /path/where/you/home-assistant/` (or on some systems `pyvenv-3.4`). Then change to that the created directory and go the next step.
|
||||||
|
</p>
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ pip3 install homeassistant
|
$ pip3 install homeassistant
|
||||||
$ hass --open-ui
|
$ hass --open-ui
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue