________________________________________________________________________________

 Using RDB Library in Python 3
________________________________________________________________________________

 1) Installing the RDB Python package:
      - run "pip install riegl.rdb-*.whl" in your Python environment
      NOTE: You may need to run "pip" with administrative privileges.
      NOTE: On Linux (or Windows WSL), you may need to use "pip3" instead "pip"

 2) To use the RDB package in Python, simply use "import riegl.rdb".
    For more details, please check the .py scripts in the "examples" folder.

NOTE: The RDB Python package contains the compiled RDB library ("rdblib.dll"
      or "librdb.so"), so make sure to install that package that matches your
      Python environment (operating system and CPU architecture).

The package was tested in following environments:

 - Python 3.5.1, x86 and x86-64, Windows
 - Python 3.4.3, x86 and x86-64, Linux
 - Python 3.4.0, arm, Linux
________________________________________________________________________________
