Skip to content

Commit

Permalink
add installation commands (#5)
Browse files Browse the repository at this point in the history
* add installation commands

* qa
  • Loading branch information
malmans2 authored Nov 15, 2024
1 parent 14c4ebf commit 2a43704
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ ECMWF Software EnginE (ESEE) Data Stores API Python Client.

Technical documentation: https://ecmwf-projects.github.io/datapi/

## Installation

Install with conda:

```
$ conda install -c conda-forge datapi
```

Install with pip:

```
$ pip install datapi
```

## Configuration

The `ApiClient` requires the `url` to the API root and a valid API `key`. You can also set the `DATAPI_URL` and `DATAPI_KEY` environment variables, or use a configuration file.
Expand Down

0 comments on commit 2a43704

Please sign in to comment.