Development Tools

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 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).

Google Drive

To synchronise Google Drive to your local hard disk on Linux, we use https://github.com/astrada/google-drive-ocamlfuse

For instructions, see How to mount your Google Drive on Linux with google-drive-ocamlfuse