From 4a23ee99495d102f404df4bdd4a902eca47ee283 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 20 Sep 2017 13:34:13 -0400 Subject: [PATCH] install pythons Signed-off-by: Kenneth Reitz --- docs/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/index.rst b/docs/index.rst index 39ef4f53..4c119832 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -76,6 +76,7 @@ User Testimonials - Enables truly *deterministic builds*, while easily specifying *what you want*. - Automatically generates and checks file hashes for locked dependencies. +- Automatically install required Pythons, if ``pyenv`` is available. - Automatically finds your project home, recursively, by looking for a ``Pipfile``. - Automatically generates a ``Pipfile``, if one doesn't exist. - Automatically generates a ``Pipfile.lock``, if one doesn't exist.