From fbec99046e84d07d0872840b22ae6b9336b31133 Mon Sep 17 00:00:00 2001 From: Martin Rys Date: Sat, 21 Dec 2024 16:01:07 +0100 Subject: [PATCH] run.sh: Better note --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 39d9b97dd..1079f4bdb 100755 --- a/run.sh +++ b/run.sh @@ -83,7 +83,7 @@ clean_venv_run() { python -m venv .venv source .venv/bin/activate # python -m pip install -U pip - # Necessary for Windows if compiling things like Pillow + # Necessary for Windows (MINGW64) if compiling things like Pillow export CFLAGS="-I/mingw64/include" # export LDFLAGS="-L/mingw64/lib" pip install -r requirements.txt -r requirements_devel.txt build