diff --git a/README.md b/README.md index 0ef3f35..b052a09 100644 --- a/README.md +++ b/README.md @@ -38,12 +38,17 @@ A Substance Painter plugin template. project_description ## Install +#### install plugin - Manually copy `project_name.py` to your plugin folder, e.g. `C:\Users\USER\OneDrive\Documents\Adobe\Adobe Substance 3D Painter\python\plugins` - or pip install from this repo ```bash pip install --no-dependencies https://github.com/author_name/project_urlname/archive/refs/heads/main.zip --target "C:\Users\USER\OneDrive\Documents\Adobe\Adobe Substance 3D Painter\python\plugins" ``` +#### install dependencies +```bash +pip install -r requirements.txt --target "C:\Users\USER\OneDrive\Documents\Adobe\Adobe Substance 3D Painter\python\modules" +``` ## Usage 1. enable the plugin in Substance from the Menu `Python`