Skip to content

Commit 92d7e1c

Browse files
committed
pipenv installation instructions
1 parent 573d45e commit 92d7e1c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,13 @@ You will need the following things properly installed on your computer.
398398

399399
* `git clone https://github.com/ExpDev07/coronavirus-tracker-api.git`
400400
* `cd coronavirus-tracker-api`
401+
402+
Now, make sure you're running python 3.8 and that your `pipenv` actually uses it! It may use packages from `$HOME/.local/lib/python3.7` even when started with `pipenv --python 3.8`. To combat this, (re)install it using:
403+
```
404+
/path/to/python3.8 -m pip install pipenv
405+
```
406+
And don't despair if don't get the python setup working on the first try. No one did. Guido got pretty close... once. But that's another story. Good luck.
407+
401408
* `pipenv shell`
402409
* `pipenv install`
403410

0 commit comments

Comments
 (0)