1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-28 05:46:00 +00:00

Update zwave related scripts

This commit is contained in:
Paulus Schoutsen
2015-02-28 09:09:32 -08:00
parent fa76cb8f8c
commit 7c2d92c55d
2 changed files with 5 additions and 3 deletions

View File

@@ -8,13 +8,14 @@ if [ ${PWD##*/} == "scripts" ]; then
cd ..
fi
cd ..
mkdir build
cd build
# We need to install louie here or else python-openzwave install
# will download louie from PIP and that one is not compatible with Python 3
git clone https://github.com/balloob/louie.git
cd louie
python setup.py install
python3 setup.py install
cd ..
hg clone https://code.google.com/r/balloob-python-openzwave/