Invoke pip the same way as on Windows

This commit is contained in:
DarkPhoenix
2019-10-17 17:01:10 +03:00
parent f9bb8836e5
commit cdfd4c0d8e

View File

@@ -4,4 +4,4 @@ sudo installer -pkg python-${PYTHON}-macosx10.6.pkg -target /
sudo python3 -m ensurepip --upgrade
# A manual check that the correct version of Python is running.
python3 --version
pip3 install -r requirements.txt
python3 -m pip install -r requirements.txt