This video is regarding installing Virtual Environment on Windows 10 system using command prompt and vscode.
Virtualenv is a tool to create isolated Python environments. Virtualenv creates a folder which contains all the necessary executables to use the packages that a Python project would need.
Thank You for watching....