Skip to content

Commit

Permalink
Adding pip step to avoid errors when installing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edisnake committed Jul 20, 2022
1 parent 5c576e4 commit 91aca11
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/en/docs/contributing.md
Expand Up @@ -84,7 +84,17 @@ To check it worked, use:

If it shows the `pip` binary at `env/bin/pip` then it worked. 🎉

Make sure you have the latest pip version on your virtual environment to avoid errors on the next steps:

<div class="termy">

```console
$ python -m pip install --upgrade pip

---> 100%
```

</div>

!!! tip
Every time you install a new package with `pip` under that environment, activate the environment again.
Expand Down

0 comments on commit 91aca11

Please sign in to comment.