Skip to content

Commit 5b534a6

Browse files
authored
Update README.md
fix typo & expand directions
1 parent d900c11 commit 5b534a6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ This is a work in progress.
2323
## Running pylint locally
2424
Install a specific version of pylint under the name "pylint-learn":
2525
```
26-
pip instal pipx
26+
pip install pipx
2727
pipx install --suffix=-learn pylint==2.7.1
2828
```
2929
Then use the `pylint_check` script to run pylint on the files or directories
30-
of your choice:
30+
of your choice (note that your terminal *must* be in the top directory of
31+
Adafruit_Learning_System_Guides, not a sub-directory):
3132
```
3233
./pylint_check CircuitPython_Cool_Project
3334
```

0 commit comments

Comments
 (0)