Written by michal
on
on
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.
- Install setuptools
- Install VC++ compiler for Python2.7
- 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.