Skip to content

Commit

Permalink
📝 Add step about upgrading pip in the venv to avoid errors when insta…
Browse files Browse the repository at this point in the history
…lling dependencies `docs/en/docs/contributing.md` (#5181)

Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
  • Loading branch information
edisnake and tiangolo committed Aug 26, 2022
1 parent 3d3a7db commit b3f2f08
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 b3f2f08

Please sign in to comment.