We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d900c11 commit 5b534a6Copy full SHA for 5b534a6
README.md
@@ -23,11 +23,12 @@ This is a work in progress.
23
## Running pylint locally
24
Install a specific version of pylint under the name "pylint-learn":
25
```
26
-pip instal pipx
+pip install pipx
27
pipx install --suffix=-learn pylint==2.7.1
28
29
Then use the `pylint_check` script to run pylint on the files or directories
30
-of your choice:
+of your choice (note that your terminal *must* be in the top directory of
31
+Adafruit_Learning_System_Guides, not a sub-directory):
32
33
./pylint_check CircuitPython_Cool_Project
34
0 commit comments