Skip to content

Commit

Permalink
Use new youtube video for pycharm+venv
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoledoux committed Nov 15, 2023
1 parent d43f5dc commit a95b61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/python/venv.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ It allows us to avoid this mess (from [xkcd-1987](https://xkcd.com/1987/)):

## How to create and use a venv

=== "Directly with PyCharm"
=== "Directly with PyCharm"

PyCharm allows you to create venv and activate them, follow those instructions:

<iframe width="560" height="315" src="https://www.youtube.com/embed/_oRO08UrNqk" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/UhOJF66gmvY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>

=== "If you use pyenv"

Expand Down

0 comments on commit a95b61e

Please sign in to comment.