Viewing posts for the category pip

Rebuilding `Pillow` with PIP once new image support libraries are installed.

One `gotcha` when adding new image support libraries and using `Pillow` is that they don't automatically become available for use, you will need to reinstall `Pillow`. But if you have caching enabled it will install the prebuilt version from last time and not search for the system image libraries.

pip install to a specific directory

To install a package to a specific directory with pip use the following: