Skip to content

Instantly share code, notes, and snippets.

@SteveLane
Created August 29, 2017 10:48
Show Gist options
  • Save SteveLane/fb71f7e8d882cd3e52abac3399bdadd9 to your computer and use it in GitHub Desktop.
Save SteveLane/fb71f7e8d882cd3e52abac3399bdadd9 to your computer and use it in GitHub Desktop.

To have python setup to work with emacs, the following packages should be installed:

pip install jedi  # lightweight autocompletion
# flake8 for code checks
pip install flake8
# and importmagic for automatic imports
pip install importmagic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment