************ Installation ************ This installs a package that can be used from Python3. From PyPI ========= To install for the current user: .. code-block:: python python3 -m pip install --user hdrbg To install for all users on the system, administrator rights (root) may be required. .. code-block:: python python3 -m pip install hdrbg