mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Merge branch 'master' of https://github.com/jay0lee/GAM
This commit is contained in:
@@ -40,8 +40,8 @@ $python -V
|
|||||||
cd $whereibelong
|
cd $whereibelong
|
||||||
|
|
||||||
export PATH=/usr/local/opt/python/libexec/bin:$PATH
|
export PATH=/usr/local/opt/python/libexec/bin:$PATH
|
||||||
pip install --upgrade pip
|
$pip install --upgrade pip
|
||||||
pip freeze > upgrades.txt
|
$pip freeze > upgrades.txt
|
||||||
pip install --upgrade -r upgrades.txt
|
$pip install --upgrade -r upgrades.txt
|
||||||
pip install -r src/requirements.txt
|
$pip install -r src/requirements.txt
|
||||||
pip install pyinstaller
|
$pip install pyinstaller
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
cd src
|
cd src
|
||||||
pyinstaller --clean --debug -F --distpath=gam $GAMOS-gam.spec
|
$python -OO -m PyInstaller --clean --debug -F --distpath=gam $GAMOS-gam.spec
|
||||||
gam/gam version
|
gam/gam version
|
||||||
export GAMVERSION=`gam/gam version simple`
|
export GAMVERSION=`gam/gam version simple`
|
||||||
cp LICENSE gam
|
cp LICENSE gam
|
||||||
|
|||||||
Reference in New Issue
Block a user