Installation of the virtualenv package is easy when using pip from PyPI (pypi.org):
pip install virtualenv
This command will add virtualenv and its supporting modules. Make sure that the main Python installation has been added to the path Windows environment variables so that virtualenv can be called from the command line.