Changeset - 4b5eca291b88
[Not reviewed]
0 1 0
Joar Wandborg - 10 years ago 2013-12-09 20:59:36
joar@wandborg.se
Updated README
1 file changed with 11 insertions and 0 deletions:
0 comments (0 inline, 0 general)
README.rst
Show inline comments
...
 
@@ -2,11 +2,22 @@
 
 The Accounting API
 
====================
 

	
 
--------------
 
 Dependencies
 
--------------
 

	
 
-   ledger-cli version 3 (I have not tried with version 2.x)
 
-   Flask (install by running ``pip install -r requirements.txt``).
 

	
 

	
 
-------
 
 Usage
 
-------
 

	
 
.. code-block:: bash
 

	
 
    # Run the web service
 
    LEDGER_FILE=../path/to/your.ledger ./bin/serve
 

	
 
    # Run a simple example
 
    python3 accounting/__init__.py
0 comments (0 inline, 0 general)