Skip to content

Commit

Permalink
chore(readme): update with installation instruction using pip (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonperron authored Dec 11, 2023
1 parent b228fc9 commit 82f744f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This repository provides hook and operator to connect to the [Lokalise API](https://developers.lokalise.com/reference/lokalise-rest-api) using the [Lokalise Python SDK](https://github.com/lokalise/python-lokalise-api).

## Installation

The package is available on [pip](https://pypi.org/project/airflow-providers-lokalise/). It can be installed using

```bash
pip install airflow-providers-lokalise
```

## Connection

Hook and operator are using the following parameter to connect to Lokalise API:
Expand Down

0 comments on commit 82f744f

Please sign in to comment.