README: Add basic installation instructions.

This commit is contained in:
Brett Smith 2020-04-02 11:49:35 -04:00
parent 3e20b863e0
commit 21c7646b41

View file

@ -1,6 +1,15 @@
Beancount plugin and tools for Conservancy's books 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 Running tests
------------- -------------