Virtual environment

i did not understand how to create ENV in windows cmd prompt?

help me to do this

i did not understand how to create ENV in windows cmd prompt? help me to do thi

hey @aratanbgs143,

you just need to install venv module using command pip install virtualvenv
and then navigate to your directory in cmd , and run command
virtualvenv abc ## (name of your env)

and then to activate it
abc/scripts/activate