Linux Prerequisites Installation
Installing Python
To install Python, open the Terminal and run the command below
sudo apt update && sudo apt install python3 -y
Installing the Pillow package
After you have installed Python, you need to install the Pillow package that's used for resizing images and creating thumbails.
To do that, open the Terminal and run the following command
pip install Pillow
python -m install Pillow
You now have all the prerequisites you need installed! Go back to Creating an image gallery to learn how to create a gallery!
Last modified: 18 May 2024