Thanks.. Yes I ended up eventually figuring things out mostly.. I'm still doing my homework on how best to make use of PTA for our scenario..
On Monday, September 30, 2024 at 11:38:50 AM UTC-7 [email protected] wrote: > On 2024-09-30 08:29, Simon Michael wrote: > > On 2024-09-27 05:35, Oscar & Alejandra wrote: > >> I think the short answer is > > > > Adding to this... I went through the process the other day, and I can > > confirm the GSX (getting started experience) is a mess. (No offense.) > > > > Here's what I figured out, in case it helps others confused like I was: > > > > v3 was recommended / v2 disrecommended here recently by Martin. > > > > You need to pip install beancount and beanquery, which provide 6 > binaries. > > > > ~$ pip install beancount beanquery > > ... > > Successfully installed beancount-3.0.0 beanquery-0.1.dev0 > > ~$ pip show -f beancount | grep bin/ > > ../../../bin/bean-check > > ../../../bin/bean-doctor > > ../../../bin/bean-example > > ../../../bin/bean-format > > ../../../bin/treeify > > ~$ pip show -f beanquery | grep bin/ > > ../../../bin/bean-query > > > > bean-query is the main CLI. > > > > And as the parent mentioned, be warned, if you want to stay with v3 > > don't pip install fava it will downgrade your beancount to v2 without > > prompting. That'll change soon I'm sure. > > I forgot: > > When you want to set up importing, you'll need more stuff: > > pip install beangulp installs the official importing framework. > > The importing-related command line tools bean-extract and bean-identify > referenced by all docs have been expunged from the net; you won't find > them. > > Or, there are alternative third-party import frameworks: > beancount_reds_importers framework or beancount-import. > > > -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/af306546-7663-4cfa-b6c5-3b4e6e7536a9n%40googlegroups.com.
