pynrfjprog v10.x.x

Installing pynrfjprog via the zip file

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.
  1. Download the pynrfjprog zip file.
  2. Extract the compressed zip file and open a Command Prompt window within that directory.
  3. Type python setup.py install at the Command Prompt.
    The content of the package will be added to the Python defaults directory. Depending on the OS and version installed, the directory could be C:\Python27\Lib\site-packages\pynrfjprog\
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.