Last active
August 29, 2015 14:15
-
-
Save kenzo0107/10bddf345c47302e8bc1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# paramiko インストール | |
pip install paramiko | |
# paramiko インストール確認 | |
pip list | grep paramiko | |
paramiko (1.15.2) | |
# pysftp インストール | |
pip install pysftp | |
# pysftp | |
pip list | grep pysftp | |
pysftp (0.2.8) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment