We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5464ab3 commit 07ace6fCopy full SHA for 07ace6f
docs/writing/style.rst
@@ -53,14 +53,15 @@ PEP 8 is the de-facto code style guide for Python.
53
Conforming your Python code to PEP 8 is generally a good idea and helps make
54
code more consistent when working on projects with other developers. There
55
exists a command-line program, `pep8 <https://github.com/jcrocholl/pep8>`_,
56
-that can check your code for conformance.
+that can check your code for conformance. Install it by running the following
57
+command in your Terminal:
58
59
::
60
61
$ pip install pep8
62
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.
65
66
67
0 commit comments