After having install pip
(see my other gist), just run
pip install virtualenv
in PowerShell or Command Prompt.
Check installation by running pip list | Select-String "virtual"
. It should print the version it installed.
See details here.
After having install pip
(see my other gist), just run
pip install virtualenv
in PowerShell or Command Prompt.
Check installation by running pip list | Select-String "virtual"
. It should print the version it installed.
See details here.