mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-04 08:59:48 -04:00
hacking
This commit is contained in:
parent
c6832a9247
commit
2d48fd86af
2 changed files with 10 additions and 3 deletions
|
@ -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"
|
||||
|
|
4
ci/windows/requirements.txt
Normal file
4
ci/windows/requirements.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
altgraph==0.17.2
|
||||
macholib==1.15.2
|
||||
pyinstaller==4.6
|
||||
pyinstaller-hooks-contrib==2021.3
|
Loading…
Add table
Add a link
Reference in a new issue