Skip to content

Installing Visual Studio for Python 2.7

Install using Microsoft installer

https://www.microsoft.com/en-us/download/details.aspx?id=44266

Using Chocolatey

Install using Chocolatey:

{% highlight bash %} choco install vcpython27

Comments