Add more info prints to mac os packaging scripts
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
echo "Checking python version"
|
||||
echo "Python version:"
|
||||
python3 --version
|
||||
echo "Upgrading pip"
|
||||
echo "Upgrading pip..."
|
||||
python3 -m pip install --upgrade pip
|
||||
echo "Installing app requirements"
|
||||
echo "Installing app requirements..."
|
||||
python3 -m pip install -r requirements.txt
|
||||
echo "Installing packaging tools"
|
||||
echo "Installing packaging tools..."
|
||||
python3 -m pip install PyInstaller==3.6
|
||||
|
||||
Reference in New Issue
Block a user