-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minimal instruction for non Python devs #20
Comments
I just set this up, and these are my notes. I wouldn't call it a definitive set of instructions, but it might be a start. One thing to note is that I am using a python virtual environment and am on macOS. Using system python and/or another OS might change things a bit. Also, I would guess that the beancount discussion on Google groups would be a good place to ask questions, though I did figure out a few things by searching the issues here. In particular this thread was useful. Install
I found I needed to
And before running I had to set an environment variable to use python for the protocol buffers. I think this is because I had some old versions of various packages in my virtual environment. Regardless, it did work after setting the variable.
The
Then you need a statement such as
The
Once I had done this I was able to generate a config using Per the issue linked above I needed to enable this plugin
to get I could then generate some sample output (which are web pages in a set of three directories):
This will use some estimated prices for certain points in time and record those in a file. You can use a different script to fetch the actual prices which will improve accuracy:
Finally, I added the Fava plugin to display this information in Fava.
Then in your ledger enable it:
That's as far as I've gotten, but it did all work without issue. |
I'm a bit lost on how to best deal with this. Where to place it, how to execute it and so on.
The text was updated successfully, but these errors were encountered: