diff --git a/doc/install_pyenv.md b/doc/install_pyenv.md
index a377df814e2de8b49316ef19b3d7fe13cc9dc64b..ef27789423540e09f2543ec426ae3a428da84a28 100644
--- a/doc/install_pyenv.md
+++ b/doc/install_pyenv.md
@@ -2,9 +2,9 @@
 
 ## Install Pyenv
 
-### Retrieve pyenv sources
+### Install pyenv tools
 ```bash
-git clone https://github.com/pyenv/pyenv.git ~/.pyenv
+curl -L https://raw.githubusercontent.com/pyenv/pyenv-installer/master/bin/pyenv-installer | bash
 ```
 
 ### Handle shell modifications: point 2,3 and 4.