From ca22ba0f654fe6dce487841788c9ea16cb7bcbf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 17 May 2019 10:19:38 -0500 Subject: replace Jedi for pyvenv https://github.com/jorgenschaefer/pyvenv --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8728282..9973fb7 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,16 @@ Neotree comes by default in combination with all-the-icons. So pressing `[f8]` will display (you must give "yes") a one-time screen to install all-the-icons fonts. ### Mode Python -- Require installed virtualenv, example: +- Require installed virtualenv: - `pacman -S python-virtualenv` + pacman -S python-virtualenv - `M-x jedi:install-server [RET]` +- Enable or disable pyvenv-mode: M-x pyvenv-mode + +- To create virtualenv from emacs: + + pyvenv-create + +- To activate virtualenv from emacs: + + pyvenv-activate -- cgit v1.2.3