Re: Unrealized gains

2024-09-08 Thread Petr Beránek
Hi, as a temporary workaround for the incompatibility of Beancount v3 and Fava, I install Fava via pipx: https://pipx.pypa.io/stable/. It runs the app in a separate virtual environment, so there are no dependency issues. Best regards Petr Dne so 7. 9. 2024 21:15 uživatel Eric Altendorf napsal:

Re: Installing beanount on mac

2024-10-12 Thread Petr Beránek
Hi, I *wouldn't recommend to install python packages via sudo*, as it may break system libraries. For installing applications like Beancount, I recommend pipx: https://pipx.pypa.io/stable/. Pipx installs every application under your regular user (no need for sudo) into a separate virtual environme

Re: bean-identify, bean-extract, bean-file

2024-10-29 Thread Petr Beránek
Hi, pipx is useful if you just want to install beancount and fava as standalone, isolated apps. However, if you want to implement your own importers or plugins (e.g. using frameworks like beangulp or beancount_reds_importers), then you need to install beancount, beangulp etc. as libraries (to be a

Re: Help getting started - new Beancount user

2025-01-02 Thread Petr Beránek
Hi, >From my experience: I started with Beancount v2 about 2 years ago. If I'm not mistaken, most of the docs are still referencing v2, so for a beginner it may be a good option for initial exploration. Once I started to invest into automation (using both CLI tools and Beancount as a Python libra