From a0a8c249410eceda6fa622c98ab54b1239ab0eba Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:30:15 -0400 Subject: [PATCH] Update README.md --- plugins/RenameFile/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/plugins/RenameFile/README.md b/plugins/RenameFile/README.md index e2d83d2..9998d47 100644 --- a/plugins/RenameFile/README.md +++ b/plugins/RenameFile/README.md @@ -39,13 +39,15 @@ Error: [WinError 32] The process cannot access the file because it is being used To avoid this error, refresh the URL before changing the Title field. ### Requirements -`pip install stashapp-tools` - -`pip install pyYAML` +pip install -r requirements.txt +- Or manually install each requirement: + - `pip install stashapp-tools` + - `pip install pyYAML` + - `pip install requests` ### Installation - Follow **Requirements** instructions. -- In the stash plugin directory (C:\Users\MyUserName\.stash\plugins), create a folder named **RenameFile**. +- Create a folder named **RenameFile**, in the stash plugin directory (C:\Users\MyUserName\.stash\plugins). - Copy all the plugin files to this folder.(**C:\Users\MyUserName\\.stash\plugins\RenameFile**). - Restart Stash.