aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-05-17 10:19:38 -0500
committerJesús <heckyel@hyperbola.info>2019-05-17 10:19:38 -0500
commitca22ba0f654fe6dce487841788c9ea16cb7bcbf0 (patch)
tree3e8f8fbade4a1ea382aee509a80d0de940e92c98 /README.md
parent3dd0dae028a03312b468e5364b2341adc23c70b2 (diff)
downloademacs-personal-ca22ba0f654fe6dce487841788c9ea16cb7bcbf0.tar.lz
emacs-personal-ca22ba0f654fe6dce487841788c9ea16cb7bcbf0.tar.xz
emacs-personal-ca22ba0f654fe6dce487841788c9ea16cb7bcbf0.zip
replace Jedi for pyvenv
https://github.com/jorgenschaefer/pyvenv
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 11 insertions, 3 deletions
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: <kdb>M-x</kdb> pyvenv-mode
+
+- To create virtualenv from emacs:
+
+ pyvenv-create
+
+- To activate virtualenv from emacs:
+
+ pyvenv-activate