Update installation.md
This commit is contained in:
parent
fefa8ba56e
commit
7812c4aa48
1 changed files with 2 additions and 4 deletions
|
|
@ -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 --python 3.8 shell (if you wish to use a version of Python higher than 3.7)
|
||||||
pipenv install --dev
|
pipenv install --dev
|
||||||
# pipenv --python 3.8 install --dev (if you wish to use a version of Python higher than 3.7)
|
# 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.
|
You will need to copy `.env.example` to `.env`, then set variables there.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue