This commit is contained in:
Timothy Sutton 2021-11-07 18:12:09 -05:00
parent c6832a9247
commit 2d48fd86af
2 changed files with 10 additions and 3 deletions

View file

@ -1,8 +1,11 @@
#!/bin/bash
PYTHONVERSION=2.7
pyenv --help
set -eux -o pipefail
script_dir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd )"
ls '/c/program files'
python -V
pip install pyinstaller
pip install -r "${script_dir}/requirements.txt"

View file

@ -0,0 +1,4 @@
altgraph==0.17.2
macholib==1.15.2
pyinstaller==4.6
pyinstaller-hooks-contrib==2021.3