mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Ensure Python 3's pip to install requirements
This commit is contained in:
parent
fb41422a3e
commit
54f1ed6710
2
Makefile
2
Makefile
|
@ -67,7 +67,7 @@ debug:
|
||||||
CFLAGS='-g -O0' python3 setup.py build_ext install > /dev/null
|
CFLAGS='-g -O0' python3 setup.py build_ext install > /dev/null
|
||||||
|
|
||||||
install-req:
|
install-req:
|
||||||
pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
|
|
||||||
install-venv:
|
install-venv:
|
||||||
virtualenv .
|
virtualenv .
|
||||||
|
|
Loading…
Reference in New Issue
Block a user