Change the way we update pip for mac os builds

This commit is contained in:
DarkPhoenix
2020-02-03 13:33:26 +03:00
parent a78eedad48
commit 98a8332cfa

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
echo "Upgrading pip"
sudo python3 -m ensurepip --upgrade
echo "Checking python version"
python3 --version
echo "Upgrading pip"
python3 -m pip install --upgrade pip
echo "Installing app requirements"
python3 -m pip install -r requirements.txt
echo "Installing packaging tools"