From 4b5eca291b88b96eda3139783f9ff74c80baead5 Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Mon, 9 Dec 2013 21:59:36 +0100 Subject: [PATCH] Updated README --- README.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.rst b/README.rst index 0aa4266..6cb1e2e 100644 --- a/README.rst +++ b/README.rst @@ -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