How to use beancount
Jump to navigation
Jump to search
Beancount 是一款简洁、可靠的财务记账软件。本文讲述如何使用它。想要财务自由的人,可以学一下。
安装
# 如果安装很很慢,请学会换用清华 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
使用
- 语法检测 bean-check file.beancount
- 账本展示 fava file.beancount 之后根据提示,一般是在 http://127.0.0.1:5000 查看