
上QQ阅读APP看书,第一时间看更新
Module installation
Open Windows cmd or Linux shell and execute the following command to download the latest paramiko module from PyPI. It will download additional dependency packages such as cyrptography, ipaddress, and six and install them on your machine:
pip install paramiko

You can verify that the installation is done successfully by entering the Python shell and importing the paramiko module as shown in the following screenshot. Python should import it successfully without printing any errors:
