From 318ac90be4af33a69411d4a468e0ffaae4f0fa57 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Tue, 6 Aug 2024 02:08:02 -0400 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index f43190f..82291d7 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -19,9 +19,11 @@ FileMonitor is a [Stash](https://github.com/stashapp/stash) plugin which updates - The restart command restarts FileMonitor as a Task in Stash. ### Requirements -- `pip install stashapp-tools --upgrade` -- `pip install pyYAML` -- `pip install watchdog` +- pip install -r requirements.txt +- Or manually install each requirement: + - `pip install stashapp-tools --upgrade` + - `pip install pyYAML` + - `pip install watchdog` ### Installation - Follow **Requirements** instructions.