diff --git a/README.md b/README.md index f487693..49492ae 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,14 @@ A simple python wrapper around [saltedge](https://docs.saltedge.com/general/) ap - Modular design - Dynamic payload with typing support with TypedDict -# Quickstart - Partner Account API (AISP) +# Quickstart + +## Installation +``` +pip install saltedge +``` + +## Partner API overview (AISP) https://docs.saltedge.com/partners/v1/#quick_start ```python import datetime as dt @@ -96,4 +103,4 @@ for account in partner.accounts.list(connection["id"]): git clone git@github.com:besil/saltedge.git cd saltedge poetry install -``` \ No newline at end of file +```