Installing additional packages for Python on Windows

On Windows 7 I have tried to install paramiko package so as to have possibility to SSH from Python scripts to network devices or any other SSH servers.

  1. Install setuptools
  2. Install VC++ compiler for Python2.7
  3. Install a required package:
pip install paramiko

VC++ compiler installation is needed as some of the downloaded files needs compilation to executable files or libraries.