Update README.md

This commit is contained in:
David Maisonave
2024-07-26 12:30:15 -04:00
committed by GitHub
parent f9cdbb7436
commit a0a8c24941

View File

@@ -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. To avoid this error, refresh the URL before changing the Title field.
### Requirements ### Requirements
`pip install stashapp-tools` pip install -r requirements.txt
- Or manually install each requirement:
`pip install pyYAML` - `pip install stashapp-tools`
- `pip install pyYAML`
- `pip install requests`
### Installation ### Installation
- Follow **Requirements** instructions. - 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**). - Copy all the plugin files to this folder.(**C:\Users\MyUserName\\.stash\plugins\RenameFile**).
- Restart Stash. - Restart Stash.