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

2024-10-29 Thread Xiaowen Hu
Hi Jason, I'm not very familiar with pipx, but on my setup, I simply used `pip install .` from the root directory, which worked fine. However, the installation method may vary depending on your distribution. (E.g., on Arch I need `--break-system-packages`). There are some example files in beang

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

2024-10-29 Thread 'Xiaowen Hu' via Beancount
Hi Jason, I haven't used `pipx` much, but for my setup, running `pip install .` from the root directory worked without issues. I also tried `pipx install .`, and that worked fine as well. The installation process might vary depending on your distro, as Python environments can be a bit tricky some