Open a folder on vs code and create virtual environment
First, create a project folder. Open the command prompt on Windows and go to that folder location. Now type code . VS Code will be opened in that folder. How to create a virtual environment on vs code using command prompt. Type python -m venv .venv. Here last .venv is the folder name of the … Read more