Prerequisite
- Python 3.7 or later.
- Python installer program pip
need to be already installed.
Make sure python command is in your system path, i.e., when you simply type command "python" in a terminal, system can correctly execute the command.
Steps
Enter the following command to install the latest published version from PyPI:
pip install nrfutil
This command installs nRF Util and all required packages.
When installing on macOS, you might get an error about the Python module six. In this case, enter the following command instead:
pip install --ignore-installed six nrfutil
Verify the installation by typing command in a terminal.
nrfutil
If the command correctly executed, then installation succeeds.