Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jokester/beancount-fava-starter
https://github.com/jokester/beancount-fava-starter
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jokester/beancount-fava-starter
- Owner: jokester
- License: unlicense
- Created: 2021-01-22T16:03:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-04T12:55:00.000Z (over 1 year ago)
- Last Synced: 2023-08-04T13:54:31.087Z (over 1 year ago)
- Language: Shell
- Size: 12.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README-zhcn.md
- License: LICENSE
Awesome Lists containing this project
README
# beancount-fava-starter
---
[Readme in English](README.md)
帮助不熟悉shell / Python的人安装运行 fava / beancount 的脚本。
## 环境需求
- macOS / Linux / 其他Unix: 需要bash和python3。一些发行版可能需要额外安装 `python3-venv` `python3-dev` 等包。
- Windows WSL2: 应该和相应的Linux发行版相同。## 怎样使用
1. 下载本代码库并解压
2. 启动fava
- MacOS: 在Finder中双击 `fava` 程序
- Linux / 其他Unix / Windows WSL: cd到解压后的目录,执行 `./fava`
3. 按指示打开fava的网页UI
4. 如果一切正常,浏览器会显示 `main.beancount` 中的示例。你也可以编辑这个文件,记录你自己的其他帐户与交易。