Invoke pip using python3 [ci skip]

This commit is contained in:
Andrew Murray 2020-03-09 22:39:27 +11:00
parent 846662e282
commit dc0d1c9bee
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ Dependencies
Install::
pip install pytest pytest-cov
python3 -m pip install pytest pytest-cov
Execution
---------

View File

@ -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``).