File diff 3e20b863e07e → 21c7646b4192
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
 
-------------