Update installation.md

This commit is contained in:
Arc 2020-06-22 15:15:27 +01:00 committed by GitHub
parent f51d44e99b
commit 61f736878c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ While in development, you will need to install all dependencies:
$ pipenv shell
$ 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
$ pipenv --python 3.8 install --dev
```