+1 More or less what I do, I have a path to $PROJECTS/beanquery/bin On Sat, Feb 4, 2023 at 7:26 AM Daniele Nicolodi <[email protected]> wrote:
> On 04/02/23 12:34, Chary Chary wrote: > > Dean, > > > > thanks for reply, but I was looking for a way to install it for > > hacking/development > > > > E.g. with beancount I can do git clone, then run py setup.py build_ext -i > > > > After that I run the py beancount\beancount\query>shell.py > > "beanfile.bean" it will work > > No, it does not. > > Unless, you also install the beancount package somehow or you set the > PYTHONPATH environment variable, or something, otherwise you get a > "ModuleNotFoundError: No module named 'beancount'" error. > > > Is it possible to install the standalone version of the beanquery for > > hacking/development ? > > Sure, it is possible: > > git clone https://github.com/beancount/beanquery.git > cd beanquery > python3.11 -m beanquery --help > > Just make sure to install the required dependencies. > > There is nothing special about beanquery, it is a standard Python > package. Please refer to the Python documentation for details. > > Cheers, > Dan > > -- > 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/80bfa8ec-acee-8af5-f0c9-4b8c28e99cac%40grinta.net > . > -- 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/CAK21%2BhOxX0WQgKoZxXi7eNYj_uFKf%3DAjWNgYRHpkDoCo3M8bfg%40mail.gmail.com.
