On 20/07/23 00:56, Andrew Ng wrote:
I guess I'm just a bit lost then. Not a programmer, despite the name, ironically.

I was able to compile v2 successfully, but am having trouble understanding the install instructions for v3.

Unless you want to develop beancount itself, or you want to hack on the C++ rewrote, installing beancount does not require anything special or different from installing any other development python package:

pip install 'beancount @ git+https://github.com/beancount/beancount.git'

or even simpler:

pip install git+https://github.com/beancount/beancount.git

This is very standard, therefore I never felt the need to spell the instructions out. However, I've repeated the information many times on the mailing list.

pip install –requirement requirements/dev.txt  doesn't work, presumably
because I'm missing pytype & pylint and need to compile those with a C compiler?

These are only tools used for development, you don't need them. However, if the content of requirements/dev.txt is not installed when you run that command, you must have some other problem with your Python instance.

And once I compile those, do I just use pip and it should compile smoothly? Or is using Bazel required? What am I missing here, because I think it might be a lot...

Bazel is not required for installing the Python package.

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/012b24d7-74fd-9899-28c0-16ab4feb3d81%40grinta.net.

Reply via email to