From 59d68be5866609b1a58132dfab421a8ccbc50407 Mon Sep 17 00:00:00 2001 From: Dariusz Aniszewski Date: Sun, 14 Jun 2015 00:42:30 +0200 Subject: [PATCH] Added installation section to readme --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 14b64bd..2b57898 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,12 @@ Go to your iFirma account and generate API keys of following types: iFirma offers [demo account](https://www.ifirma.pl/cgi-bin/WebObjects/ifirma-demo.woa/wa/demo) that can be used for testing and development +##Installation + +Just add following line to your `requirements.txt` and let `pip` do rest of the work +``` +-e -e git+git://github.com/DariuszAniszewski/python-ifirma.git#egg=python-ifirma +``` ##Usage @@ -61,6 +67,6 @@ invoice = NewInvoiceParams(client, [position]) invoice_id = ifirma_client.generate_invoice(invoice) ``` -In near futore you can use `invoice_id` to perform other actions like downloading PDF or getting details. +In near future you can use `invoice_id` to perform other actions like downloading PDF or getting details. **That's all folks**