1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

Replace command "pip" with "pip3"

This commit is contained in:
Sebastian Pipping
2023-06-18 23:08:17 +02:00
parent b2a895cb89
commit d2f2731481
3 changed files with 6 additions and 6 deletions

View File

@@ -127,7 +127,7 @@ in this example::
eval "$(pyenv init -)"
# Setup your local system tox tooling
pip install tox tox-pyenv
pip3 install tox tox-pyenv
# Install supported versions (at time of writing), this does not activate them
pyenv install 3.7.5 3.8.0 pypy3.8