Pinned ·
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 install…