mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 01:31:19 -04:00
tweaks
This commit is contained in:
parent
ad2e36b683
commit
592bbfe800
1 changed files with 5 additions and 4 deletions
|
@ -10,8 +10,9 @@ ls '/c/program files'
|
|||
|
||||
$python -V
|
||||
|
||||
# which python
|
||||
$python -m pip install -r "${script_dir}/requirements.txt"
|
||||
|
||||
pip install -r "${script_dir}/requirements.txt"
|
||||
|
||||
pyinstaller --onefile brigadier
|
||||
$PYTHON_HOME="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64" \
|
||||
pyinstaller \
|
||||
--onefile \
|
||||
brigadier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue