1.Install Pygame on Windows:
Mở PowerShell lên và gõ lệnh:
python3 -m pip install -U pygame --user
Kết quả được:
Vậy là thành công.
2. Install Pygame in Linux :
Nếu đang quyền root thì copy và pass từng dòng lệnh:
#install dependencies
sudo apt-get install git python3-dev python3-setuptools python3-numpy python3-opengl \
libsdl-image1.2-dev libsdl-mixer1.2-dev...
Wednesday, August 29, 2018
Subscribe to:
Posts (Atom)