From 7c8573a4164b7c3c8577fa2d9c58e1252796e952 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Fri, 20 Mar 2020 15:22:00 +0000 Subject: [PATCH] README: Update to include installation notes for `paramiko` --- README.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.rst b/README.rst index 7a8f435..3415ed1 100644 --- a/README.rst +++ b/README.rst @@ -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 `_ +for more information. + Usage -----