From 61f736878ce27e496e0c5fde404bc893d6cd179d Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Mon, 22 Jun 2020 15:15:27 +0100 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 53b3ae46..b7c05e88 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -20,7 +20,7 @@ While in development, you will need to install all dependencies: $ pipenv shell $ pipenv install --dev ``` -If you wish to use a python 3.8: +If you wish to use a version of Python higher than 3.7: ```sh $ pipenv --python 3.8 install --dev ```