怎么使用 beancount: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 September 2025

  • curprev 10:4110:41, 29 September 2025Mwroot talk contribs 2,372 bytes +2,372 Created page with "Beancount 是一款简洁、可靠的财务记账软件。本文讲述如何使用它。想要财务自由的人,可以学一下。 == 安装 == <syntaxhighlight lang="bash" line> # 如果安装很很慢,请学会换用清华 apt 源 sudo apt install pipx mkdir -p ~/.pip echo "[global] index-url = https://pypi.tuna.tsinghua.edu.cn/simple" > ~/.pip/pip.conf pipx install beancount pipx install fava </syntaxhighlight> * 语法检测 bean-check file.beancount * 账本..."