Skip to content

Commit c136cde

Browse files
authored
Merge pull request #137 from intel/linux_doc_update
Update for Linux - installer and doc fixes
2 parents 71899d8 + 1202e7b commit c136cde

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

Docs/linux_install_guide.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,11 @@
4848
git clone https://github.com/intel/openvino-ai-plugins-gimp.git
4949
```
5050

51-
2. Run install script, and download models. The following steps will create the virtual environment "gimpenv3", install all required packages and will also walk you through models setup.
51+
2. Run install script, and download models. The following steps will create the virtual environment "gimpenv3" and install all required packages.
5252
```sh
5353
chmod +x openvino-ai-plugins-gimp/install.sh
5454
./openvino-ai-plugins-gimp/install.sh
5555
```
56-
At the end of plugin setup, you will be prompted to setup the AI models used with OpenVINO™.
57-
58-
Choose the models that you would like to setup, keeping in mind that choosing to download all of them may take time and considerable disk space.
59-
60-
*You can re-run "run install script" step later again to install & setup models that you may have missed.*
6156

6257
# Verify Installation
6358
Start GIMP, ensuring to setup the environment variables correctly, and you should see 'OpenVINO-AI-Plugins' show up in 'Layer' menu

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ deactivate
4949
echo "Installing plugin in $HOME/.config/GIMP/2.99/plug-ins"
5050
for d in openvino_utils semseg_ov stable_diffusion_ov superresolution_ov; do
5151
mkdir -p "$HOME/.config/GIMP/2.99/plug-ins/$d"
52-
rsync -a gimpenv3/lib/python*/site-packages/gimpopenvino/plugins/"$d" "$HOME/.config/GIMP/2.99/plug-ins/$d"
52+
rsync -a gimpenv3/lib/python*/site-packages/gimpopenvino/plugins/"$d" "$HOME/.config/GIMP/2.99/plug-ins/."
5353
done
5454
echo "*** openvino-ai-plugins-gimp Installed ***"
5555

0 commit comments

Comments
 (0)