Update installation.md
This commit is contained in:
parent
95b0ba536b
commit
f51d44e99b
|
@ -20,7 +20,10 @@ 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:
|
||||||
|
```sh
|
||||||
|
$ pipenv --python 3.8 install --dev
|
||||||
|
```
|
||||||
You will need to set the variables in `.env.example`, and rename the file to `.env`.
|
You will need to set the variables in `.env.example`, and rename the file to `.env`.
|
||||||
|
|
||||||
![Files](https://i.imgur.com/ri2zOe8.png)
|
![Files](https://i.imgur.com/ri2zOe8.png)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user