安装原文:https://www.cnblogs.com/wongyi/p/7832567.html
配置原文:https://jingyan.baidu.com/album/154b46311ed9ef28ca8f419c.html?picindex=4
1、安装地址:https://geany.org/download/releases/
window下载这个,如图:
2、找到Python的安装路径(我已经直接安装好了的)
示例:C:\Users\Administrator\AppData\Local\Programs\Python\Python37
3、打开软件Geany -> 生成 -> 设置生成命令,在‘无文件命令’和‘执行命令’中,填写:"C:\Users\Administrator\AppData\Local\Programs\Python\Python37\python.exe" "%f"
如图: