diff --git a/README.rst b/README.rst index 5034d29f31015b1acbb13f1358b4cf2f9f305f22..c32204333e9e70a980911c2346f55c9fcd2be76f 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 -------------