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
This linter plugin for [SublimeLinter](http://sublimelinter.readthedocs.org) provides an interface to [pycodestyle](https://github.com/PyCQA/pycodestyle). It will be used with files that have the “Python” syntax.
6
+
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [pycodestyle](https://github.com/PyCQA/pycodestyle). It will be used with files that have the “Python” syntax.
7
7
8
8
## Installation
9
-
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here](http://sublimelinter.readthedocs.org/en/latest/installation.html).
9
+
SublimeLinter must be installed in order to use this plugin.
10
10
11
-
### Linter installation
12
-
Before installing this plugin, you must ensure that `pycodestyle` is installed on your system. To install `pycodestyle`, do the following:
11
+
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
12
+
13
+
Before installing this plugin, you must ensure that `pycodestyle` (1.4.6 or later) is installed on your system. To install `pycodestyle`, do the following:
13
14
14
15
1. For best performance, install [Python 3](http://python.org) and [pip](http://www.pip-installer.org/en/latest/installing.html).
15
16
@@ -18,23 +19,8 @@ Before installing this plugin, you must ensure that `pycodestyle` is installed o
18
19
[sudo] pip-3.x install pycodestyle
19
20
```
20
21
21
-
**Note:** This plugin requires `pycodestyle` 1.4.6 or later.
22
-
23
-
### Linter configuration
24
-
In order for `pycodestyle` 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.
25
-
26
-
Once `pycodestyle` is installed and configured, you can proceed to install the SublimeLinter-pycodestyle plugin if it is not yet installed.
27
-
28
-
### Plugin installation
29
-
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.
30
-
31
-
To install via Package Control, do the following:
32
-
33
-
1. Within Sublime Text, bring up the [Command Palette](http://docs.sublimetext.info/en/sublime-text-3/extensibility/command_palette.html) and type `install`. Among the commands you should see `Package Control: Install Package`. If that command is not highlighted, use the keyboard or mouse to select it. There will be a pause of a few seconds while Package Control fetches the list of available plugins.
34
-
35
-
1. When the plugin list appears, type `pycodestyle`. Among the entries you should see `SublimeLinter-pycodestyle`. If that entry is not highlighted, use the keyboard or mouse to select it.
22
+
In order for `pycodestyle` to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. The docs cover [troubleshooting PATH configuration](http://sublimelinter.readthedocs.io/en/latest/troubleshooting.html#finding-a-linter-executable).
36
23
37
24
## Settings
38
-
For general information on how SublimeLinter works with settings, please see [Settings](http://sublimelinter.readthedocs.org/en/latest/settings.html). For information on generic linter settings, please see [Linter Settings](http://sublimelinter.readthedocs.org/en/latest/linter_settings.html).
39
-
40
-
In addition to the standard SublimeLinter settings, SublimeLinter-pycodestyle provides its own settings.
0 commit comments