New issue 197: Doc update: install from source with pip https://bitbucket.org/blais/beancount/issues/197/doc-update-install-from-source-with-pip
pjz: pip can now install from an hg repo. See [here](https://pip.pypa.io/en/latest/reference/pip_install/#vcs-support) for details, but the upshot is you can do: ``` #!bash pip install hg+https://bitbucket.org/blais/beancount#egg=beancount ``` and end up with it installed from source. Upgrades should work too. -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/20171004051730.19784.95185%40celery-worker-108.ash1.bb-inf.net. For more options, visit https://groups.google.com/d/optout.
