From 29eb73aa7f1abc2bef077cd967df21a8719f4b66 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 2 Jul 2018 18:39:09 -0400 Subject: [PATCH] 3.7 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 19c97bb8..ecf2c5ae 100644 --- a/README.rst +++ b/README.rst @@ -141,8 +141,8 @@ Fish is the best shell. You should use it. Usage Examples: - Create a new project using Python 3.6, specifically: - $ pipenv --python 3.6 + Create a new project using Python 3.7, specifically: + $ pipenv --python 3.7 Install all dependencies for a project (including dev): $ pipenv install --dev