You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ SublimeLinter-pep8
4
4
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3) provides an interface to the [pep8](https://github.com/jcrocholl/pep8). It will be used with files that have the “Python” syntax.
5
5
6
6
## Installation
7
+
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here](https://github.com/SublimeLinter/SublimeLinter.github.io/wiki/Installation).
7
8
8
9
### Linter installation
9
10
Before installing this plugin, you must ensure that `pep8` is installed on your system. To install `pep8`, do the following:
@@ -15,7 +16,7 @@ Before installing this plugin, you must ensure that `pep8` is installed on your
15
16
[sudo] pip-3.x install pep8
16
17
```
17
18
18
-
Now you can proceed to install the SublimeLinter-pep8 plugin.
19
+
Once pep8 is installed, you can proceed to install the SublimeLinter-pep8 plugin if it is not yet installed.
19
20
20
21
### Plugin installation
21
22
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.
@@ -35,7 +36,7 @@ In addition to the standard SublimeLinter settings, SublimeLinter-pep8 provides
0 commit comments