mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 09:14:27 +03:00
Added deprecation message for install-venv
This commit is contained in:
parent
852503a4a3
commit
527409053f
1
Makefile
1
Makefile
|
@ -76,6 +76,7 @@ install-req:
|
||||||
|
|
||||||
.PHONY: install-venv
|
.PHONY: install-venv
|
||||||
install-venv:
|
install-venv:
|
||||||
|
echo "'install-venv' is deprecated and will be removed in a future Pillow release"
|
||||||
virtualenv .
|
virtualenv .
|
||||||
bin/pip install -r requirements.txt
|
bin/pip install -r requirements.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user