From 527409053fb9d4732166e50b1624d9385230e859 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sat, 2 Jan 2021 19:39:42 +1100 Subject: [PATCH] Added deprecation message for install-venv --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dae26bbee..53eaa0566 100644 --- a/Makefile +++ b/Makefile @@ -76,6 +76,7 @@ install-req: .PHONY: install-venv install-venv: + echo "'install-venv' is deprecated and will be removed in a future Pillow release" virtualenv . bin/pip install -r requirements.txt