NordicSemiconductor / pc-nrfutil

nrfutil python library and command line client
Other
384 stars 267 forks source link

installing nrfutil fails on Mac OS ElCapitan or Sierra #79

Closed DG12 closed 7 years ago

DG12 commented 7 years ago

Due to the fact that apple includes "six" in a directory protected by SIP : the instructions should be. revised for: Installing from PyPI

To install the latest published version from the Python Package Index simply type:

pip install --ignore-installed six nrfutil

bencefr commented 7 years ago

Thanks for reporting.