Skip to content

Commit 79811d4

Browse files
authored
Update README.md
1 parent 87e7b85 commit 79811d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,13 @@ You can install the python modules inside Blender (so Blender can see them) usin
7474
```
7575
pip3 install --target=/Applications/Blender/blender.app/Contents/Resources/2.79/python/lib/python3.5/ image
7676
```
77-
On Blender Level, in Linux, example Fedora, Python packages are located in:
77+
Fortunately, for Linux OSs per examples Ubuntu Server 16.04/Fedora 27, it suffices if you install the Python package 'Pillow' on the OS level only like the following:
7878
```
79-
/blender/2.79/python/lib/python3.5/
79+
sudo pip3 install pillow
8080
```
8181

82+
Apperantly on Linux, Blender Python interpreter can see the system level python modules. Not sure if that is applicable to MS Windows 10. Did not try that yet!
83+
8284
#### Other requirements
8385
Install graphicsmagick which allows us to create a GIF file from a bunch of images files setting delay etc.... Of course there are other tools if you wish to use. On Mac OS, install it via HomeBrew:
8486

0 commit comments

Comments
 (0)