Added deprecation message for install-venv

This commit is contained in:
Andrew Murray 2021-01-02 19:39:42 +11:00
parent 852503a4a3
commit 527409053f

View File

@ -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