This package provides the following services:
linter-pyflakes
This package will lint the opened .py
files in Atom through pyflakes.
The changelog lists the changes for each release.
Installation
Before using this package, you must ensure that pyflakes
is installed on your system. To install pyflakes
, do the following:
-
On Linux:
[sudo] pip install pyflakes
Now you can proceed to install the linter-pyflakes plugin.
Plugin installation
apm install linter-pyflakes