diff --git a/README.rst b/README.rst index 5034d29..c322043 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,15 @@ Beancount plugin and tools for Conservancy's books ================================================== +Installation +------------ + +``cd`` to this directory with your checkout and then run:: + + python3 -m pip install --user --upgrade . + +Of course, if you're familiar with Python development tools, you're welcome to install the module in a virtualenv, somewhere else, etc. + Running tests -------------