From a95b61e8a488ae98bef6af62c57c6a40cff1a9ea Mon Sep 17 00:00:00 2001 From: Hugo Ledoux Date: Wed, 15 Nov 2023 13:42:30 +0100 Subject: [PATCH] Use new youtube video for pycharm+venv --- docs/python/venv.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/python/venv.md b/docs/python/venv.md index ae12167..7114955 100644 --- a/docs/python/venv.md +++ b/docs/python/venv.md @@ -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: - + === "If you use pyenv"