Python application programming interface for interacting with the IQRF ecosystem.
To install pylibiqrf, type:
$ python setup.py install
This will install the latest version of pylibiqrf alongside with its dependencies. Please note that pylibiqrf requires Python version 3.5 or later.
pylibiqrf uses Sphinx to generate its documentation. If you wish to generate and view it, first install the library itself. After that install Sphinx and Sphinx RTD theme. It's as simple as typing:
$ pip install sphinx
$ pip install sphinx_rtd_theme
After that you can generate the documentation using our documentation utility by running:
$ python doc.py generate
And finally to view the documentation:
$ python doc.py view