Skip to content

Commit 9925a3a

Browse files
committed
Print dos ending filenames, prefer pip3
1 parent b93f5c7 commit 9925a3a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ check:
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"

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ You can optionally run `sudo raspi-config` or the graphical Raspberry Pi Configu
1818

1919
Stable 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

2325
Latest/development library from GitHub:
2426

0 commit comments

Comments
 (0)