Skip to content

Commit 74ef2cc

Browse files
committed
Added paragraph about configuring PATH.
1 parent 6800cac commit 74ef2cc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ Before installing this plugin, you must ensure that `pep8` is installed on your
1616
[sudo] pip-3.x install pep8
1717
```
1818

19-
Once pep8 is installed, you can proceed to install the SublimeLinter-pep8 plugin if it is not yet installed.
19+
### Linter configuration
20+
In order for `pep8` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. Before going any further, please read and follow the steps in [“Finding a linter executable”](http://sublimelinter.readthedocs.org/en/latest/troubleshooting.html#finding-a-linter-executable) through “Validating your PATH” in the documentation.
21+
22+
Once `pep8` is installed and configured, you can proceed to install the SublimeLinter-pep8 plugin if it is not yet installed.
2023

2124
### Plugin installation
2225
Please use [Package Control](https://sublime.wbond.net/installation) to install the linter plugin. This will ensure that the plugin will be updated when new versions are available. If you want to install from source so you can modify the source code, you probably know what you are doing so we won’t cover that here.

0 commit comments

Comments
 (0)