Install Python on Windows

  1. Download Python 3.6 or higher from the official website.
  2. Run the Python installer and follow the steps.
  3. Launch PowerShell from your Start Menu and paste:
    • start-process powershell –verb runAs
  4. In the new PowerShell window, paste:
    • pip install virtualenv virtualenvwrapper
    • pip install virtualenvwrapper-win

What those commands do:

  1. Launch a PowerShell with Administrator privileges.
  2. Install virtualenv and related pre-requisites.

Are Python and virtualenv installed?

No Yes