Browse Source

Update installation.md

WithdrawExt
Arc 5 years ago
committed by GitHub
parent
commit
61f736878c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/devs/installation.md

2
docs/devs/installation.md

@ -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…
Cancel
Save