README: Add basic installation instructions.
This commit is contained in:
parent
3e20b863e0
commit
21c7646b41
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue