From 5efc38648539fb1738ab892fbb25cf21438cd17c Mon Sep 17 00:00:00 2001 From: nojhan Date: Fri, 19 Aug 2022 15:53:42 +0200 Subject: [PATCH] fix(doc) Mention some dependencies in the readme Fix #4 --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5093a0..9ac277b 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ It can print the current state of your tunnels or display them in an interactive ## INSTALLATION `tunnelmon` targets Linux operating systems, and depends on: -* `openssh-client` -* `python` version 3.8 at least. +* `openssh-client`, +* `python` version 3.8 at least, you may also need to install the following python modules (for example via `pip`, but you may use any other package management system going along with your installation): + * `psutils` + * `curses` You may also want to install the recommend packages: * `autossh`