Changeset - 21c7646b4192
[Not reviewed]
0 1 0
Brett Smith - 4 years ago 2020-04-02 15:49:35
brettcsmith@brettcsmith.org
README: Add basic installation instructions.
1 file changed with 9 insertions and 0 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
 
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
 
-------------
 

	
0 comments (0 inline, 0 general)