This linter-python-pyflakes plugin for Linter provides an interface to pyflakes. It will be used with files that have the Python syntax.
Linter package must be installed in order to use this plugin. If Linter is not installed, please follow the instructions here.
Before using this plugin, you must ensure that pyflakes
is installed on your
system. To install pyflakes
, do the following:
Now you can proceed to install the linter-python-pyflakes plugin.
$ apm install linter-python-pyflakes
You can configure linter-python-pyflakes by editing ~/.atom/config.cson (choose Open Your Config in Atom menu). You'll need to add the directory where your pyflakes executable resides. Example:
'linter-python-pyflakes':
'pyflakesDirToExecutable': '/usr/local/bin/'
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.