From 21c7646b4192ccf6741d0f51cdad7c5300e7cd2b Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 2 Apr 2020 11:49:35 -0400 Subject: [PATCH] README: Add basic installation instructions. --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -------------