-
Notifications
You must be signed in to change notification settings - Fork 4
开始使用
Stanley edited this page Aug 23, 2022
·
1 revision
访问Release页面,这里提供的是独立exe文件,点击AccountBook.exe
即可下载。
*文件由GitHub Actions完全在线自动打包发布,安全无毒,可放心使用。
这里没有提供安装包,因此如需长久使用,建议复制到常用软件的安装目录下(如C:/Program Files
、D:/Software
)新建空文件夹放进去,并创建快捷方式,以便使用时打开。
-
克隆存储库:
git clone https://github.com/GoodCoder666/AccountBook.git cd AccountBook
-
安装依赖项&运行主程序:
Windows:
> run
Linux/MacOS:
$ pip install -r requirements.txt $ cd src $ python3 main.py
使用如上任意一种方法运行程序后,您将看到如下界面:
此时,就可以开始工作了。