Update installation.md
This commit is contained in:
parent
f51d44e99b
commit
61f736878c
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ While in development, you will need to install all dependencies:
|
||||||
$ pipenv shell
|
$ pipenv shell
|
||||||
$ pipenv install --dev
|
$ 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
|
```sh
|
||||||
$ pipenv --python 3.8 install --dev
|
$ pipenv --python 3.8 install --dev
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue