Skip to content

Commit cdb8ec3

Browse files
committed
update readme
1 parent 926842e commit cdb8ec3

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,18 @@ 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](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.
6+
This linter plugin for [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter) provides an interface to [pycodestyle](https://github.com/PyCQA/pycodestyle).
7+
It will be used with files that have the "Python" syntax.
8+
79

810
## Installation
11+
912
SublimeLinter must be installed in order to use this plugin.
1013

1114
Please use [Package Control](https://packagecontrol.io) to install the linter plugin.
1215

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:
16+
Before installing this plugin, ensure that `pycodestyle` (1.4.6 or later) is installed on your system.
17+
To install `pycodestyle`, do the following:
1418

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

@@ -19,8 +23,11 @@ Before installing this plugin, you must ensure that `pycodestyle` (1.4.6 or late
1923
[sudo] pip-3.x install pycodestyle
2024
```
2125

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.com/en/latest/troubleshooting.html#finding-a-linter-executable).
26+
Please make sure that the path to `pycodestyle` is available to SublimeLinter.
27+
The docs cover [troubleshooting PATH configuration](http://sublimelinter.com/en/latest/troubleshooting.html#finding-a-linter-executable).
28+
2329

2430
## Settings
31+
2532
- SublimeLinter settings: http://sublimelinter.com/en/latest/settings.html
2633
- Linter settings: http://sublimelinter.com/en/latest/linter_settings.html

0 commit comments

Comments
 (0)