I18n - Fixes for translations during build (#2251)

This commit is contained in:
Ryan Holmes
2020-08-02 18:52:55 -04:00
committed by GitHub
parent 362d081338
commit 32a03dedaa
5 changed files with 10 additions and 2 deletions

9
scripts/osx-setup.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env bash
echo "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..."
python3 -m pip install PyInstaller==3.6