Remove reference to python3 Zwave in Venv

This commit is contained in:
Fredrik Lindqvist 2017-05-04 12:08:18 +02:00 committed by GitHub
parent 1991727cff
commit 31e75ff155

View File

@ -128,7 +128,6 @@ Finally, get and install `python-openzwave`.
(homeassistant)$ cd /srv/homeassistant/src
(homeassistant)$ git clone https://github.com/OpenZWave/python-openzwave.git
(homeassistant)$ cd python-openzwave
(homeassistant)$ git checkout python3
(homeassistant)$ PYTHON_EXEC=`which python3` make build
(homeassistant)$ PYTHON_EXEC=`which python3` make install
```