mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
Invoke pip using python3 [ci skip]
This commit is contained in:
parent
846662e282
commit
dc0d1c9bee
|
@ -8,7 +8,7 @@ Dependencies
|
|||
|
||||
Install::
|
||||
|
||||
pip install pytest pytest-cov
|
||||
python3 -m pip install pytest pytest-cov
|
||||
|
||||
Execution
|
||||
---------
|
||||
|
|
|
@ -154,4 +154,4 @@ PIL.OleFileIO
|
|||
PIL.OleFileIO was removed as a vendored file and in Pillow 4.0.0 (2017-01) in favour of
|
||||
the upstream olefile Python package, and replaced with an ``ImportError`` in 5.0.0
|
||||
(2018-01). The deprecated file has now been removed from Pillow. If needed, install from
|
||||
PyPI (eg. ``pip install olefile``).
|
||||
PyPI (eg. ``python3 -m pip install olefile``).
|
||||
|
|
Loading…
Reference in New Issue
Block a user