Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 1.26 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.26 KB

linter-pyflakes

Build Status Travis Build Status AppVeyor Plugin installs! Package version! Dependencies!

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:

  1. On Linux:

    [sudo] pip install pyflakes

Now you can proceed to install the linter-pyflakes plugin.

Plugin installation

apm install linter-pyflakes