Skip to content

Commit 07ace6f

Browse files
author
Kevin Burke
committed
lead in to command
1 parent 5464ab3 commit 07ace6f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/writing/style.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,15 @@ PEP 8 is the de-facto code style guide for Python.
5353
Conforming your Python code to PEP 8 is generally a good idea and helps make
5454
code more consistent when working on projects with other developers. There
5555
exists a command-line program, `pep8 <https://github.com/jcrocholl/pep8>`_,
56-
that can check your code for conformance.
56+
that can check your code for conformance. Install it by running the following
57+
command in your Terminal:
5758

5859
::
5960

6061
$ pip install pep8
6162

6263

63-
Simply run it on a file or series of files to get a report of any violations.
64+
Then run it on a file or series of files to get a report of any violations.
6465

6566
::
6667

0 commit comments

Comments
 (0)