The pynrfjprog utility can alternatively be installed from a zip file.
This can be useful if the intended workstation is without PyPI access. As a
prerequisite, installation via the zip file requires the setup tools package to be
present. For more information, see Python
Setuptools.
After the installation, you can import the pynrfjprog
modules from a Python interpreter or script by calling: from pynrfjprog
import HighLevel, Lowlevel, MultiAPI, Hex, examples. This will import
the modules HighLevel, LowLevel, MultiAPI, HEX, and examples.