Skip to content

Commit 3568487

Browse files
committed
pre-spring cleaning
1 parent 2919daa commit 3568487

2 files changed

Lines changed: 9 additions & 26 deletions

File tree

README.md

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ SublimeLinter-pycodestyle
33

44
[![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-pycodestyle.svg?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-pycodestyle)
55

6-
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.
77

88
## 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.
1010

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:
1314

1415
1. For best performance, install [Python 3](http://python.org) and [pip](http://www.pip-installer.org/en/latest/installing.html).
1516

@@ -18,23 +19,8 @@ Before installing this plugin, you must ensure that `pycodestyle` is installed o
1819
[sudo] pip-3.x install pycodestyle
1920
```
2021

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).
3623

3724
## 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.
25+
- SublimeLinter settings: http://sublimelinter.readthedocs.org/en/latest/settings.html
26+
- Linter settings: http://sublimelinter.readthedocs.org/en/latest/linter_settings.html

messages/install.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ SublimeLinter-pycodestyle
22
-------------------------------
33
This linter plugin for SublimeLinter provides an interface to pycodestyle.
44

5-
** IMPORTANT! **
6-
7-
Before this plugin will activate, you *must*
8-
follow the installation instructions here:
5+
Please read the installation instructions at:
96

107
https://github.com/SublimeLinter/SublimeLinter-pycodestyle

0 commit comments

Comments
 (0)