Python。
我已经用尽了我对这个主题的研究。我让它在 Windows 上运行得很好,但我想不出在 Linux 上安装它的方法。
如何在 Linux 上安装它?
Python。
我已经用尽了我对这个主题的研究。我让它在 Windows 上运行得很好,但我想不出在 Linux 上安装它的方法。
如何在 Linux 上安装它?
安装指南在这里。我在 10 分钟前使用以下命令在 Ubuntu(13.10) 上安装了它:
sudo pip install SimpleGUICS2Pygame
它看起来像一个普通的 python 包,所以只需:
pip install --user SimpleGUICS2Pygame
如果这给出了错误,请发布它们。
简短的回答是:
python -m pip install SimpleGUICS2Pygame --user --upgrade
从第 2 版开始,所有要求都会自动安装。但为此,您需要拥有最新的 Python 工具。在线文档中描述了所有步骤: https ://simpleguics2pygame.readthedocs.io/en/latest/#installation