Город МОСКОВСКИЙ
00:02:05

How to Install PILLOW / PIL on Python 3

Аватар
Питон: эволюция разработки
Просмотры:
140
Дата загрузки:
02.12.2023 06:29
Длительность:
00:02:05
Категория:
Обучение

Описание

How to Install PILLOW / PIL on Python 3

sudo apt update
sudo apt install python3-pip -y
pip3 -V
#sudo pip3 install pillow
#sudo apt install python3-pil
from PIL import Image
Python Imaging Library

Рекомендуемые видео