mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 01:31:19 -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
|
#!/bin/bash
|
||||||
|
|
||||||
PYTHONVERSION=2.7
|
set -eux -o pipefail
|
||||||
pyenv --help
|
|
||||||
|
script_dir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &> /dev/null && pwd )"
|
||||||
|
|
||||||
|
ls '/c/program files'
|
||||||
|
|
||||||
python -V
|
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