From c87aa3dd2b1221b3049dc21a6af4339c48bf89aa Mon Sep 17 00:00:00 2001 From: Arc <33088785+arcbtc@users.noreply.github.com> Date: Fri, 14 Jan 2022 09:38:04 +0000 Subject: [PATCH] Update installation.md --- docs/devs/installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 821f8fc2..f841ecb0 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -17,7 +17,9 @@ pipenv shell # pipenv --python 3.8 shell (if you wish to use a version of Python higher than 3.7) pipenv install --dev # pipenv --python 3.8 install --dev (if you wish to use a version of Python higher than 3.7) -# pip install -U setuptools (if any of the modules fails to install, try checking and upgrading your setupTool module) + +# If any of the modules fails to install, try checking and upgrading your setupTool module +# pip install -U setuptools ``` You will need to copy `.env.example` to `.env`, then set variables there.