Add inital note for venv (fixes #378)

This commit is contained in:
Fabian Affolter 2016-04-09 18:11:35 +02:00
parent 44c76069e3
commit 4d565f53ef

View File

@ -22,6 +22,10 @@ footer: true
<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:
<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
$ pip3 install homeassistant
$ hass --open-ui