Add Pillow to Windows install

This commit is contained in:
Thiago Alves
2025-02-05 11:44:57 -05:00
committed by GitHub
parent d7e555cf6e
commit 355ff6f3ff
+1 -1
View File
@@ -287,7 +287,7 @@ if [ "$1" == "win" ]; then
#Setting up venv
python3 -m venv "$VENV_DIR"
"$VENV_DIR/bin/python3" get-pip3.py
"$VENV_DIR/bin/python3" -m pip install flask==2.3.3 werkzeug==2.3.7 flask-login==0.6.2 pyserial pymodbus==2.5.3
"$VENV_DIR/bin/python3" -m pip install flask==2.3.3 werkzeug==2.3.7 flask-login==0.6.2 pyserial pymodbus==2.5.3 pillow
echo ""
echo "[MATIEC COMPILER]"