Merge pull request #4465 from radarhere/pip

Invoke pip using python3
This commit is contained in:
Hugo van Kemenade 2020-03-09 21:58:44 +02:00 committed by GitHub
commit 1e56690439
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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``).