diff --git a/docs/devs/installation.md b/docs/devs/installation.md index 09fa4424e..821f8fc20 100644 --- a/docs/devs/installation.md +++ b/docs/devs/installation.md @@ -17,10 +17,8 @@ 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) -``` - -If any of the modules fails to install, try checking and upgrading your setupTool module. -`pip install -U setuptools` +# pip install -U setuptools (if any of the modules fails to install, try checking and upgrading your setupTool module) +``` You will need to copy `.env.example` to `.env`, then set variables there.