From acfb5f282f7035d31fe7717b86e6f0e5805abc25 Mon Sep 17 00:00:00 2001 From: Scott Vitale Date: Wed, 28 Jan 2015 23:16:09 -0700 Subject: [PATCH] Minor updates to the README including a note on SPI --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12d76b0..dc85eab 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,14 @@ sudo apt-get install python2.7-dev sudo apt-get install cmake ``` +The NXP-EXPLORE card relies on SPI being enabled. The setup script below will automatically enable it and load the kernel module if it's not enabled/loaded already. + Installation ===== nxppy is available from pypi. Simply run: ``` -pip install nxppy +sudo pip install nxppy ``` Source