Update README.md

This commit is contained in:
David Maisonave
2024-08-06 02:08:02 -04:00
committed by GitHub
parent f93da4c4b0
commit 318ac90be4

View File

@@ -19,6 +19,8 @@ FileMonitor is a [Stash](https://github.com/stashapp/stash) plugin which updates
- The restart command restarts FileMonitor as a Task in Stash. - The restart command restarts FileMonitor as a Task in Stash.
### Requirements ### Requirements
- pip install -r requirements.txt
- Or manually install each requirement:
- `pip install stashapp-tools --upgrade` - `pip install stashapp-tools --upgrade`
- `pip install pyYAML` - `pip install pyYAML`
- `pip install watchdog` - `pip install watchdog`