mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-23 23:51:36 +00:00
10 lines
219 B
Bash
10 lines
219 B
Bash
dpkg --add-architecture i386
|
|
apt update
|
|
apt install -y python:i386
|
|
python -V
|
|
pip install --upgrade pip
|
|
pip freeze > requirements.txt
|
|
pip install --upgrade -r requirements.txt
|
|
rm requirements.txt
|
|
pip install pyinstaller
|