On 25/07/2020 20:24, Martin Blais wrote: > That's assuming people aren't running from source. > I assume many users here run directly from source code and it's probably > a minority who pip install.
That's does not make much of a difference, also running 'python setup.py install' or 'python setup.py develop' installs dependencies. The only case in which this does not work is when someone builds the project in place with 'python setup.py build' and runs the binaries from the source directory. However, if someone makes this work, I don't think installing one extra package is much work. 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/ebaad501-c9f4-c52a-c309-a70b38a58d49%40grinta.net.
