Skip to content

开始使用

Stanley edited this page Aug 23, 2022 · 1 revision

从打包版本运行(Windows 7及以上)

访问Release页面,这里提供的是独立exe文件,点击AccountBook.exe即可下载。

*文件由GitHub Actions完全在线自动打包发布,安全无毒,可放心使用。

这里没有提供安装包,因此如需长久使用,建议复制到常用软件的安装目录下(如C:/Program FilesD:/Software)新建空文件夹放进去,并创建快捷方式,以便使用时打开。

从源代码运行(全系统通用)

  1. 克隆存储库:

    git clone https://github.com/GoodCoder666/AccountBook.git
    cd AccountBook
  2. 安装依赖项&运行主程序:

    Windows:

    > run

    Linux/MacOS:

    $ pip install -r requirements.txt
    $ cd src
    $ python3 main.py

使用如上任意一种方法运行程序后,您将看到如下界面:

emptyWindow

此时,就可以开始工作了。

Clone this wiki locally