File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2727 @echo " Checking for trailing whitespace"
2828 @! grep -IUrn --color " [[:blank:]]$$ " --exclude-dir=sphinx --exclude-dir=.tox --exclude-dir=.git --exclude=PKG-INFO
2929 @echo " Checking for DOS line-endings"
30- @! grep -IUrn --color " " --exclude-dir=sphinx --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile
30+ @! grep -lIUrn --color " " --exclude-dir=sphinx --exclude-dir=.tox --exclude-dir=.git --exclude=Makefile
3131 @echo " Checking library/CHANGELOG.txt"
3232 @cat library/CHANGELOG.txt | grep ^${LIBRARY_VERSION}
3333 @echo " Checking library/${LIBRARY_NAME} /__init__.py"
Original file line number Diff line number Diff line change @@ -18,7 +18,9 @@ You can optionally run `sudo raspi-config` or the graphical Raspberry Pi Configu
1818
1919Stable library from PyPi:
2020
21- * Just run ` sudo pip install {{LIBNAME}} `
21+ * Just run ` pip3 install {{LIBNAME}} `
22+
23+ In some cases you may need to use ` sudo ` or install pip with: ` sudo apt install python3-pip `
2224
2325Latest/development library from GitHub:
2426
You can’t perform that action at this time.
0 commit comments