📅  最后修改于: 2022-03-11 14:49:48.512000             🧑  作者: Mango
python3 -m pip install pygame <<<(mac)>>>
or
python -m pip install pygame <<<(windows)>>>
or
sudo apt install python3-pygame <<<(ubuntu)>