Fixes #224 jedi does not need to be installed manually

in README
This commit is contained in:
sbenner 2014-12-08 11:54:40 -05:00
parent 2267b7d352
commit 78c1f51b94

View file

@ -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