1
0
mirror of https://github.com/ARM-software/devlib.git synced 2024-10-05 10:20:51 +01:00

README: Update to include installation notes for paramiko

This commit is contained in:
Marc Bonnici 2020-03-20 15:22:00 +00:00 committed by setrofim
parent 6f1ffee2b7
commit 7c8573a416

View File

@ -14,6 +14,16 @@ Installation
sudo -H pip install devlib
Dependencies
------------
``devlib`` should install all dependencies automatically, however if you run
into issues please ensure you are using that latest version of pip.
On some systems there may additional steps required to install the dependency
``paramiko`` please consult the `module documentation <http://www.paramiko.org/installing.html>`_
for more information.
Usage
-----