Skip to content

Commit 3efeb39

Browse files
author
Johannes Hötter
authored
Update README.md
1 parent 2d58982 commit 3efeb39

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is the official Python SDK for Kern AI, your IDE for programmatic data enri
77

88
## Installation
99

10-
You can set up this library via either running `$ pip install kern-python-client`, or via cloning this repository and running `$ pip install -r requirements.txt` in your repository.
10+
You can set up this library via either running `$ pip install kern-sdk`, or via cloning this repository and running `$ pip install -r requirements.txt` in your repository.
1111

1212
## Usage
1313
Once you installed the package, you can access the application from any Python terminal as follows:
@@ -24,6 +24,8 @@ client = Client(username, password, project_id)
2424
# client = Client(username, password, project_id, uri="http://localhost:4455")
2525
```
2626

27+
Alternatively, you can also set up a `secrets.json` file and load it via `Client.from_secrets_file`. If you use a `secrets.json`, you can also use the CLI commands directly (e.g. `kern pull`).
28+
2729
Now, you can easily fetch the data from your project:
2830
```python
2931
df = client.fetch_export()

0 commit comments

Comments
 (0)