diff --git a/contrib/lang/python/README.md b/contrib/lang/python/README.md
index d3ffbf8cd..1bd1ccc2e 100644
--- a/contrib/lang/python/README.md
+++ b/contrib/lang/python/README.md
@@ -32,7 +32,7 @@ Features:
- Code Navigation using [anaconda-mode][]
- Documentation Lookup using [anaconda-mode][] and [pylookup][]
- Test Runner using [nose.el][]
-- Virtual Environment using [pyvenv][]
+- Virtual Environment using [pyvenv][] and [pyenv][]
- semantic mode is enabled
- Django support via [pony-mode][]
@@ -118,7 +118,8 @@ Test commands (start with m t or m T):
SPC m g g | go to definition using `anaconda-mode-goto` (C-o to jump back)
SPC m h h | quick documentation using anaconda
SPC m h H | open documentation in `firefox` using [pylookup][pylookup]
-SPC m v | activate a virtual environment with [pyvenv][pyvenv]
+SPC m v | activate a virtual environment with [pyenv][pyenv]
+SPC m V | activate a virtual environment with [pyvenv][pyvenv]
### Django
@@ -186,6 +187,7 @@ Manage Django with SPC m j m.
[anaconda-mode]: https://github.com/proofit404/anaconda-mode
[pyvenv]: https://github.com/jorgenschaefer/pyvenv
+[pyenv]: https://github.com/yyuu/pyenv
[pylookup]: https://github.com/tsgates/pylookup
[nose]: https://github.com/nose-devs/nose/
[nose.el]: https://github.com/syl20bnr/nose.el