697 Forks
2448 Stars
2448 Watchers

PTVS

Python Tools for Visual Studio

How to download and setup PTVS

Open terminal and run command
git clone https://github.com/microsoft/PTVS.git
git clone is used to create a copy or clone of PTVS repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with PTVS https://github.com/microsoft/PTVS/archive/master.zip

Or simply clone PTVS with SSH
[email protected]:microsoft/PTVS.git

If you have some problems with PTVS

You may open issue on PTVS support forum (system) here: https://github.com/microsoft/PTVS/issues