Atom

Warning

These are old notes. We haven’t used Atom for some time.

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 pycodestyle pyflakes

From the command line:

apt install linter-pyflakes
apt install linter-pep8

From Settings, Install, Install Packages:

language-restructuredtext

Re-start Atom to install the packages.

Recent Files

Edit, Preferences, Install, open-recent (by Zren).