pyzigbee is a library that lets to talk to Legrand zigbee devices through gateways
If you only want to install the library:
python setup.py install
or with python installer:
pip install .
Use the python installer to install other dependencies that may be needed to run tests or build documentation:
pip install -r requirements.txt
To run the full test suite, from the top directory:
make test
Latest documentattion can be found here: http://pyzigbee.readthedocs.org/en/latest/
Other formats and older versions: https://readthedocs.org/projects/pyzigbee/
To build the documentation:
make doc
You may want to submit some pull requests. Make sure the following command runs without any error:
make check