-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME.txt
28 lines (19 loc) · 872 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
python-openzwave
****************
This is the new generation of python-openzwave.
python-openzwave is a python wrapper for the openzwave library. It's
also contains an api (object representation of Zwave network) and
ozwsh (using the api).
You can install python-openzwave in 3 ways :
* From repository : you need to install mercurial, subversion and
the common builds tools. Look at INSTALL_REPO to do such
installation
* From an archive : you don't need to install mercurial,
subversion. Only the common builds tools are needed. Look at
INSTALL_ARCH to do such installation
* From scratch : if you can't build python-openzwave
automatically or you are using windows or MacOS X. Look at
INSTALL_MAN to do such installation
Testing python-openzwave :
You don't need to install python-openzwave to test it. Look at
EXAMPLES.