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
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