Skip to content

Commit 5dc060e

Browse files
authored
Fixed sample writeup
1 parent 9718782 commit 5dc060e

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,11 +1258,9 @@ $ pip install -e .
12581258

12591259
To integrate ImageKit Samples in the Python, the code samples covered here are hosted on Github - https://github.com/imagekit-samples/quickstart/tree/master/python.
12601260

1261-
You will find `sample.py` in root folder.
1262-
12631261
Open `python/sample.py` file and replace placeholder credentials with actual values. You can get the value of [URL-endpoint](https://imagekit.io/dashboard#url-endpoints) from your ImageKit dashboard. API keys can be obtained from the [developer](https://imagekit.io/dashboard/developer/api-keys) section in your ImageKit dashboard.
12641262

1265-
In `sample.py` file, set the following parameters for authentication:
1263+
In `python/sample.py` file, set the following parameters for authentication:
12661264

12671265
```python
12681266
from imagekitio import ImageKit
@@ -1273,14 +1271,13 @@ imagekit = ImageKit(
12731271
)
12741272
```
12751273

1276-
To install dependencies that are in the `requirements.txt` file can fire this command to install them:
1274+
To install dependencies that are in the `python/requirements.txt` file can fire this command to install them:
12771275

12781276
```shell
1279-
# You will find the dependencies in `python/requirements.txt` file.
12801277
pip install -r python/requirements.txt
12811278
```
12821279

1283-
Now run `sample.py`. If you are using CLI Tool (Terminal/Command prompt), open the project in CLI and execute it.
1280+
Now run `python/sample.py`. If you are using CLI Tool (Terminal/Command prompt), open the project in CLI and execute it.
12841281

12851282
```shell
12861283
# if not installed already

0 commit comments

Comments
 (0)