📜  用于游戏开发的 python 库 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:48.512000             🧑  作者: Mango

代码示例1
python3 -m pip install pygame <<<(mac)>>>
or
python -m pip install pygame <<<(windows)>>>
or
sudo apt install python3-pygame <<<(ubuntu)>