Editor¶
Atom¶
pep8 and pyflakes¶
Note
Install these packages globally to get these plugins working.
Warning
Make sure you deactivate
any virtual environments before
running sudo pip
sudo pip install pep8 pyflakes
From the command line:
apm install linter-pyflakes
apm install linter-pep8
Re-start Atom to install the packages.
Recent Files¶
Edit, Preferences, Install, open-recent
(by Zren).