From f51d44e99b4d255ca1ea6c878e41bb8d5e568a41 Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Mon, 22 Jun 2020 15:14:51 +0100 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 3502df32..53b3ae46 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -20,7 +20,10 @@ While in development, you will need to install all dependencies: $ pipenv shell $ pipenv install --dev ``` - +If you wish to use a python 3.8: +```sh +$ pipenv --python 3.8 install --dev +``` You will need to set the variables in `.env.example`, and rename the file to `.env`. ![Files](https://i.imgur.com/ri2zOe8.png)