mirror of
https://github.com/timsutton/brigadier.git
synced 2025-06-06 09:41: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
|
$python -V
|
||||||
|
|
||||||
# which python
|
$python -m pip install -r "${script_dir}/requirements.txt"
|
||||||
|
|
||||||
pip install -r "${script_dir}/requirements.txt"
|
$PYTHON_HOME="/c/hostedtoolcache/windows/Python/${PYTHON_VERSION}/x64" \
|
||||||
|
pyinstaller \
|
||||||
pyinstaller --onefile brigadier
|
--onefile \
|
||||||
|
brigadier
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue