From 78c1f51b942eb9c176e297a5f7603b346f868bc2 Mon Sep 17 00:00:00 2001 From: sbenner Date: Mon, 8 Dec 2014 11:54:40 -0500 Subject: [PATCH] Fixes #224 jedi does not need to be installed manually in README --- contrib/lang/python/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/contrib/lang/python/README.md b/contrib/lang/python/README.md index 1e7f0b028..12d02bd93 100644 --- a/contrib/lang/python/README.md +++ b/contrib/lang/python/README.md @@ -18,15 +18,6 @@ To use this contribution add it to your `~/.spacemacs` ) ``` -Because spacemacs is using [anaconda-mode][anaconda-mode] as emacs -interface to `jedi` library, you may need to install jedi in order to -use code completion. You may install jedi by running following command -in your python environment: - -```shell -$ pip install jedi -``` - ## Key Bindings ### Inferior REPL process